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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 44 STDMETHODIMP get_accChildCount(LONG* child_count);
autocomplete_accessibility.cc 28 STDMETHODIMP AutocompleteAccessibility::get_accChildCount(LONG* child_count) {
34 return default_accessibility_server_->get_accChildCount(child_count);
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 85 if (FAILED(m_element->get_accChildCount(&childCount)))
95 if (FAILED(m_element->get_accChildCount(&childCount)))
104 m_element->get_accChildCount(&childCount);
  /external/webkit/Source/WebKit/win/
AccessibleBase.h 47 virtual HRESULT STDMETHODCALLTYPE get_accChildCount(long*);
AccessibleBase.cpp 143 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accChildCount(long* count)
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 94 STDMETHODIMP get_accChildCount(LONG* child_count);
accessibility_win_browsertest.cc 93 // Expected accessible children. Checked using IAccessible::get_accChildCount
166 hr = accessible->get_accChildCount(&child_count);
304 HRESULT hr = parent->get_accChildCount(&child_count);
browser_accessibility_win.cc 181 STDMETHODIMP BrowserAccessibilityWin::get_accChildCount(LONG* child_count) {
    [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 622 milliseconds