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

  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 24 TSFTextStore::TSFTextStore()
43 TSFTextStore::~TSFTextStore() {
46 ULONG STDMETHODCALLTYPE TSFTextStore::AddRef() {
50 ULONG STDMETHODCALLTYPE TSFTextStore::Release() {
59 STDMETHODIMP TSFTextStore::QueryInterface(REFIID iid, void** result) {
74 STDMETHODIMP TSFTextStore::AdviseSink(REFIID iid,
94 STDMETHODIMP TSFTextStore::FindNextAttrTransition(
113 STDMETHODIMP TSFTextStore::GetACPFromPoint(TsViewCookie view_cookie
    [all...]
tsf_text_store.h 22 // TSFTextStore is used to interact with the input method via TSF manager.
23 // TSFTextStore have a string buffer which is manipulated by TSF manager through
25 // When the input method updates the composition, TSFTextStore calls
27 // composition, TSFTextStore calls TextInputClient::InsertText() and clears the
30 // How TSFTextStore works:
33 // - TSF manager calls TSFTextStore::RequestLock().
34 // - TSFTextStore callbacks ITextStoreACPSink::OnLockGranted().
36 // - TSFTextStore::OnStartComposition()
37 // - TSFTextStore::SetText()
39 // - TSFTextStore::OnUpdateComposition(
    [all...]
tsf_bridge.cc 64 bool CreateDocumentManager(TSFTextStore* text_store,
85 scoped_refptr<TSFTextStore> text_store;
282 bool TSFBridgeDelegate::CreateDocumentManager(TSFTextStore* text_store,
348 scoped_refptr<TSFTextStore> text_store =
349 use_null_text_store ? NULL : new TSFTextStore();
tsf_text_store_unittest.cc 108 text_store_ = new TSFTextStore();
125 TSFTextStore* text_store_;
131 explicit TSFTextStoreTestCallback(TSFTextStore* text_store)
138 // Accessors to the internal state of TSFTextStore.
284 TSFTextStore* text_store_;
297 explicit SyncRequestLockTestCallback(TSFTextStore* text_store)
384 explicit AsyncRequestLockTestCallback(TSFTextStore* text_store)
466 explicit RequestLockTextChangeTestCallback(TSFTextStore* text_store)
552 explicit SelectionTestCallback(TSFTextStore* text_store)
648 explicit SetGetTextTestCallback(TSFTextStore* text_store
    [all...]

Completed in 1218 milliseconds