OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DummyInputMethodDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/ime/
dummy_input_method_delegate.cc
10
DummyInputMethodDelegate
::
DummyInputMethodDelegate
() {}
11
DummyInputMethodDelegate
::~
DummyInputMethodDelegate
() {}
13
bool
DummyInputMethodDelegate
::DispatchKeyEventPostIME(
dummy_input_method_delegate.h
15
class UI_BASE_EXPORT
DummyInputMethodDelegate
: public InputMethodDelegate {
17
DummyInputMethodDelegate
();
18
virtual ~
DummyInputMethodDelegate
();
24
DISALLOW_COPY_AND_ASSIGN(
DummyInputMethodDelegate
);
/external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc
21
ui::internal::
DummyInputMethodDelegate
input_method_delegate;
Completed in 49 milliseconds