OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/ime/
input_method.h
122
virtual bool
IsMock
() const = 0;
input_method_base.h
37
virtual bool
IsMock
() const OVERRIDE;
mock_input_method.h
40
virtual bool
IsMock
() const OVERRIDE;
input_method_base.cc
55
bool InputMethodBase::
IsMock
() const {
mock_input_method.cc
139
bool MockInputMethod::
IsMock
() const {
/external/chromium_org/ui/views/widget/
native_widget_win.cc
803
if (!input_method || input_method->
IsMock
()) {
819
if (input_method && !input_method->
IsMock
()) {
[
all
...]
Completed in 305 milliseconds