OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSFTextStore
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store.cc
26
TSFTextStore
::
TSFTextStore
()
45
TSFTextStore
::~
TSFTextStore
() {
48
ULONG STDMETHODCALLTYPE
TSFTextStore
::AddRef() {
52
ULONG STDMETHODCALLTYPE
TSFTextStore
::Release() {
61
STDMETHODIMP
TSFTextStore
::QueryInterface(REFIID iid, void** result) {
76
STDMETHODIMP
TSFTextStore
::AdviseSink(REFIID iid,
96
STDMETHODIMP
TSFTextStore
::FindNextAttrTransition(
115
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,
103
scoped_refptr<
TSFTextStore
> text_store;
311
bool TSFBridgeDelegate::CreateDocumentManager(
TSFTextStore
* text_store,
377
scoped_refptr<
TSFTextStore
> text_store =
378
use_null_text_store ? NULL : new
TSFTextStore
();
tsf_text_store_unittest.cc
116
text_store_ = new
TSFTextStore
();
130
// Accessors to the internal state of
TSFTextStore
.
136
scoped_refptr<
TSFTextStore
> text_store_;
142
explicit TSFTextStoreTestCallback(
TSFTextStore
* text_store)
149
// Accessors to the internal state of
TSFTextStore
.
297
scoped_refptr<
TSFTextStore
> text_store_;
357
explicit SyncRequestLockTestCallback(
TSFTextStore
* text_store)
450
explicit AsyncRequestLockTestCallback(
TSFTextStore
* text_store)
533
explicit RequestLockTextChangeTestCallback(
TSFTextStore
* text_store)
620
explicit SelectionTestCallback(
TSFTextStore
* text_store
[
all
...]
Completed in 46 milliseconds