Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: webkit/tools/test_shell/accessibility_ui_element.h

Issue 503050: Added a new method isChecked to AccessibilityUIElement... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/test_shell/accessibility_ui_element.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/accessibility_ui_element.h
===================================================================
--- webkit/tools/test_shell/accessibility_ui_element.h (revision 34877)
+++ webkit/tools/test_shell/accessibility_ui_element.h (working copy)
@@ -81,6 +81,7 @@
void DescriptionGetterCallback(CppVariant* result);
void IsEnabledGetterCallback(CppVariant* result);
void IsSelectedGetterCallback(CppVariant* result);
+ void IsCheckedGetterCallback(CppVariant* result);
void RoleGetterCallback(CppVariant* result);
void TitleGetterCallback(CppVariant* result);
Property changes on: webkit\tools\test_shell\accessibility_ui_element.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | webkit/tools/test_shell/accessibility_ui_element.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698