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

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 114 STDMETHOD(GetACPFromPoint)(TsViewCookie view_cookie,
text_store.cc 135 STDMETHODIMP TextStore::GetACPFromPoint(TsViewCookie view_cookie,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 514 virtual HRESULT STDMETHODCALLTYPE GetACPFromPoint(
705 HRESULT (STDMETHODCALLTYPE *GetACPFromPoint)(
765 #define ITextStoreACP_GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp) (This)->lpVtbl->GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp)
848 return This->lpVtbl->GetACPFromPoint(This,vcView,ptScreen,dwFlags,pacp);
    [all...]

Completed in 107 milliseconds