OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_input_client_the_other
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_base_unittest.cc
331
DummyTextInputClient
text_input_client_the_other
;
local
353
input_method.DetachTextInputClient(&
text_input_client_the_other
);
remote_input_method_win_unittest.cc
801
DummyTextInputClient
text_input_client_the_other
;
local
819
input_method->SetFocusedTextInputClient(&
text_input_client_the_other
);
820
ASSERT_EQ(&
text_input_client_the_other
, input_method->GetTextInputClient());
824
input_method->DetachTextInputClient(&
text_input_client_the_other
);
832
DummyTextInputClient
text_input_client_the_other
;
local
Completed in 2772 milliseconds