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

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 147 STDMETHOD(GetWnd)(TsViewCookie view_cookie, HWND* window_handle) OVERRIDE;
text_store.cc 360 STDMETHODIMP TextStore::GetWnd(TsViewCookie view_cookie,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 531 virtual HRESULT STDMETHODCALLTYPE GetWnd(
725 HRESULT (STDMETHODCALLTYPE *GetWnd)(
768 #define ITextStoreACP_GetWnd(This,vcView,phwnd) (This)->lpVtbl->GetWnd(This,vcView,phwnd)
857 return This->lpVtbl->GetWnd(This,vcView,phwnd);
    [all...]

Completed in 1934 milliseconds