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

  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 56 ASSERT_EQ(S_OK, content_accessible->get_accChildCount(&child_count));
124 ASSERT_EQ(S_OK, root_view_accessible->get_accChildCount(&child_count));
135 ASSERT_EQ(S_OK, root_view_accessible->get_accChildCount(&child_count));
native_view_accessibility_win.h 91 virtual STDMETHODIMP get_accChildCount(LONG* child_count);
native_view_accessibility_win.cc 540 STDMETHODIMP NativeViewAccessibilityWin::get_accChildCount(LONG* child_count) {
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_win_browsertest.cc 99 HRESULT hr = node->get_accChildCount(&child_count);
226 // Expected accessible children. Checked using IAccessible::get_accChildCount
365 HRESULT hr = parent->get_accChildCount(&child_count);
browser_accessibility_win.h 137 CONTENT_EXPORT STDMETHODIMP get_accChildCount(LONG* child_count);
browser_accessibility_win.cc 360 STDMETHODIMP BrowserAccessibilityWin::get_accChildCount(LONG* child_count) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleacc.h 333 virtual HRESULT STDMETHODCALLTYPE get_accChildCount(
470 HRESULT (STDMETHODCALLTYPE *get_accChildCount)(
591 #define IAccessible_get_accChildCount(This,pcountChildren) (This)->lpVtbl->get_accChildCount(This,pcountChildren)
640 return This->lpVtbl->get_accChildCount(This,pcountChildren);
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/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 

Completed in 427 milliseconds