HomeSort by relevance Sort by last modified time
    Searched refs:CHILDID_SELF (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/browser/accessibility/
accessibility_win_browsertest.cc 78 base::win::ScopedVariant childid_self(CHILDID_SELF);
79 node->get_accName(childid_self, name_bstr.Receive());
82 node->get_accRole(childid_self, role.Receive());
289 base::win::ScopedVariant childid_self(CHILDID_SELF);
290 HRESULT hr = accessible->get_accName(childid_self, name.Receive());
304 base::win::ScopedVariant childid_self(CHILDID_SELF);
305 HRESULT hr = accessible->get_accRole(childid_self, role.Receive())
    [all...]
accessibility_tree_formatter_win.cc 66 variant_self.lVal = CHILDID_SELF;
browser_accessibility_win_unittest.cc 162 base::win::ScopedVariant childid_self(CHILDID_SELF);
163 HRESULT hr = root_accessible->get_accChild(childid_self, &root_iaccessible);
220 base::win::ScopedVariant childid_self(CHILDID_SELF);
222 hr = text_accessible->get_accName(childid_self, name.Receive());
253 hr = text_accessible->get_accName(childid_self, name.Receive());
browser_accessibility_win.cc 261 child->lVal = CHILDID_SELF;
301 start.lVal != CHILDID_SELF) {
415 focus_child->lVal = CHILDID_SELF;
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 311 // If the recursive call returned CHILDID_SELF, we have to convert that
313 if (S_OK == result && child->vt == VT_I4 && child->lVal == CHILDID_SELF) {
322 // This object is the best match, so return CHILDID_SELF. It's tempting to
325 // object returns CHILDID_SELF.
327 child->lVal = CHILDID_SELF;
373 if (start.lVal != CHILDID_SELF) {
404 if (start.lVal == CHILDID_SELF) {
473 if (child_id == CHILDID_SELF) {
613 focus_child->lVal = CHILDID_SELF;
    [all...]
native_view_accessibility_win_unittest.cc 68 ScopedVariant childid_self(CHILDID_SELF);
70 childid_self, name.Receive()));
75 childid_self, value.Receive()));
79 ASSERT_EQ(S_OK, textfield_accessible->put_accValue(childid_self, new_value));
  /external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc 105 base::win::ScopedVariant childid_self(CHILDID_SELF);
107 ASSERT_EQ(S_OK, acc_obj->get_accName(childid_self, acc_name.Receive()));
112 ASSERT_EQ(S_OK, acc_obj->get_accRole(childid_self, acc_role.Receive()));
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 124 CHILDID_SELF);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 223 milliseconds