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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 214 virtual HRESULT STDMETHODCALLTYPE GetObjectForChild(
250 HRESULT (STDMETHODCALLTYPE *GetObjectForChild)(
282 #define IAccessibleEx_GetObjectForChild(This,idChild,pRetVal) (This)->lpVtbl->GetObjectForChild(This,idChild,pRetVal)
299 return This->lpVtbl->GetObjectForChild(This,idChild,pRetVal);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 312 STDMETHODIMP GetObjectForChild(long child_id, IAccessibleEx** ret) {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 713 CONTENT_EXPORT STDMETHODIMP GetObjectForChild(long child_id,

Completed in 1494 milliseconds