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

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 142 STDMETHOD(GetTextExt)(TsViewCookie view_cookie,
text_store.cc 285 STDMETHODIMP TextStore::GetTextExt(TsViewCookie view_cookie,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 520 virtual HRESULT STDMETHODCALLTYPE GetTextExt(
712 HRESULT (STDMETHODCALLTYPE *GetTextExt)(
766 #define ITextStoreACP_GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped) (This)->lpVtbl->GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped)
851 return This->lpVtbl->GetTextExt(This,vcView,acpStart,acpEnd,prc,pfClipped);
    [all...]

Completed in 74 milliseconds