OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeInputMethodDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/ime/
fake_input_method_delegate.cc
10
FakeInputMethodDelegate
::
FakeInputMethodDelegate
()
14
FakeInputMethodDelegate
::~
FakeInputMethodDelegate
() {
17
std::string
FakeInputMethodDelegate
::GetHardwareKeyboardLayouts() const {
21
base::string16
FakeInputMethodDelegate
::GetLocalizedString(
28
base::string16
FakeInputMethodDelegate
::GetDisplayLanguageName(
35
void
FakeInputMethodDelegate
::SetHardwareKeyboardLayoutForTesting(
fake_input_method_delegate.h
19
class CHROMEOS_EXPORT
FakeInputMethodDelegate
: public InputMethodDelegate {
26
FakeInputMethodDelegate
();
27
virtual ~
FakeInputMethodDelegate
();
60
DISALLOW_COPY_AND_ASSIGN(
FakeInputMethodDelegate
);
Completed in 34 milliseconds