OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnTextChange
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc
86
MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE,
OnTextChange
,
566
HRESULT
OnTextChange
(DWORD flags, const TS_TEXTCHANGE* change) {
603
EXPECT_CALL(*sink_,
OnTextChange
(_, _))
605
&RequestLockTextChangeTestCallback::
OnTextChange
));
[
all
...]
tsf_text_store.cc
561
// And call OnSelectionChange(), OnLayoutChange(), and
OnTextChange
().
576
text_store_acp_sink_->
OnTextChange
(0, &textChange);
870
text_store_acp_sink_->
OnTextChange
(0, &textChange);
905
text_store_acp_sink_->
OnTextChange
(0, &textChange);
/external/chromium_org/win8/metro_driver/ime/
text_store.cc
556
// And call OnSelectionChange(), OnLayoutChange(), and
OnTextChange
().
571
text_store_acp_sink_->
OnTextChange
(0, &textChange);
843
text_store_acp_sink_->
OnTextChange
(0, &textChange);
879
text_store_acp_sink_->
OnTextChange
(0, &textChange);
Completed in 317 milliseconds