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

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 164 STDMETHOD(QueryInsert)(LONG acp_test_start,
text_store.cc 433 STDMETHODIMP TextStore::QueryInsert(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 402 virtual HRESULT STDMETHODCALLTYPE QueryInsert(
575 HRESULT (STDMETHODCALLTYPE *QueryInsert)(
747 #define ITextStoreACP_QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd) (This)->lpVtbl->QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd)
794 return This->lpVtbl->QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd);
    [all...]

Completed in 49 milliseconds