OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/ime/
text_store.h
28
//
TextStore
is used to interact with the input method via TSF manager.
29
//
TextStore
have a string buffer which is manipulated by TSF manager through
31
// When the input method updates the composition,
TextStore
calls
33
// composition,
TextStore
calls TextInputClient::InsertText() and clears the
36
// How
TextStore
works:
39
// - TSF manager calls
TextStore
::RequestLock().
40
// -
TextStore
callbacks ITextStoreACPSink::OnLockGranted().
42
// -
TextStore
::OnStartComposition()
43
// -
TextStore
::SetText()
45
// -
TextStore
::OnUpdateComposition(
[
all
...]
text_store.cc
22
TextStore
::
TextStore
()
36
TextStore
::~
TextStore
() {
40
scoped_refptr<
TextStore
>
TextStore
::Create(
46
return scoped_refptr<
TextStore
>();
52
return scoped_refptr<
TextStore
>();
58
return scoped_refptr<
TextStore
>();
64
return scoped_refptr<
TextStore
>();
[
all
...]
Completed in 31 milliseconds