OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_store_acp_sink_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store.cc
81
if (
text_store_acp_sink_
) {
82
if (
text_store_acp_sink_
.IsSameObject(unknown)) {
89
if (FAILED(
text_store_acp_sink_
.QueryFrom(unknown)))
482
if (!
text_store_acp_sink_
.get())
506
*result =
text_store_acp_sink_
->OnLockGranted(current_lock_type_);
515
text_store_acp_sink_
->OnLockGranted(current_lock_type_);
568
text_store_acp_sink_
->OnSelectionChange();
570
text_store_acp_sink_
->OnLayoutChange(TS_LC_CHANGE, 0);
576
text_store_acp_sink_
->OnTextChange(0, &textChange);
682
if (!
text_store_acp_sink_
.IsSameObject(unknown)
[
all
...]
tsf_text_store.h
211
// Sends OnLayoutChange() via |
text_store_acp_sink_
|.
238
base::win::ScopedComPtr<ITextStoreACPSink>
text_store_acp_sink_
;
member in class:ui::TSFTextStore
240
// The current mask of |
text_store_acp_sink_
|.
/external/chromium_org/win8/metro_driver/ime/
text_store.cc
101
if (
text_store_acp_sink_
) {
102
if (
text_store_acp_sink_
.IsSameObject(unknown)) {
109
if (FAILED(
text_store_acp_sink_
.QueryFrom(unknown)))
484
if (!
text_store_acp_sink_
.get())
508
*result =
text_store_acp_sink_
->OnLockGranted(current_lock_type_);
517
text_store_acp_sink_
->OnLockGranted(current_lock_type_);
563
text_store_acp_sink_
->OnSelectionChange();
565
text_store_acp_sink_
->OnLayoutChange(TS_LC_CHANGE, 0);
571
text_store_acp_sink_
->OnTextChange(0, &textChange);
676
if (!
text_store_acp_sink_
.IsSameObject(unknown)
[
all
...]
text_store.h
215
// Sends OnLayoutChange() via |
text_store_acp_sink_
|.
252
base::win::ScopedComPtr<ITextStoreACPSink>
text_store_acp_sink_
;
member in class:metro_driver::TextStore
254
// The current mask of |
text_store_acp_sink_
|.
Completed in 37 milliseconds