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

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 158 STDMETHOD(InsertTextAtSelection)(DWORD flags,
text_store.cc 390 STDMETHODIMP TextStore::InsertTextAtSelection(DWORD flags,
664 ret = InsertTextAtSelection(0, text_buffer, text_buffer_size,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 461 virtual HRESULT STDMETHODCALLTYPE InsertTextAtSelection(
643 HRESULT (STDMETHODCALLTYPE *InsertTextAtSelection)(
756 #define ITextStoreACP_InsertTextAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange) (This)->lpVtbl->InsertTextAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange)
821 return This->lpVtbl->InsertTextAtSelection(This,dwFlags,pchText,cch,pacpStart,pacpEnd,pChange);
    [all...]
msctf.h     [all...]

Completed in 1401 milliseconds