OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodLibrary
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
input_method_library.h
23
class
InputMethodLibrary
{
30
InputMethodLibrary
* obj,
36
InputMethodLibrary
* obj,
42
InputMethodLibrary
* obj,
48
InputMethodLibrary
* obj,
52
virtual void FirstObserverIsAdded(
InputMethodLibrary
* obj) = 0;
54
virtual ~
InputMethodLibrary
() {}
132
static
InputMethodLibrary
* GetImpl(bool stub);
cros_library.h
24
class
InputMethodLibrary
;
62
void SetInputMethodLibrary(
InputMethodLibrary
* library, bool own);
86
InputMethodLibrary
* GetInputMethodLibrary();
161
Library<
InputMethodLibrary
> input_method_lib_;
mock_input_method_library.h
16
class MockInputMethodLibrary : public
InputMethodLibrary
{
input_method_library.cc
55
// The production implementation of
InputMethodLibrary
.
56
class InputMethodLibraryImpl : public
InputMethodLibrary
,
[
all
...]
/external/chromium/chrome/browser/chromeos/status/
input_method_menu.h
32
public
InputMethodLibrary
::Observer,
65
//
InputMethodLibrary
::Observer implementation.
67
InputMethodLibrary
* obj,
71
InputMethodLibrary
* obj,
75
InputMethodLibrary
* obj,
79
InputMethodLibrary
* obj,
81
virtual void FirstObserverIsAdded(
InputMethodLibrary
* obj);
input_method_menu.cc
147
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
304
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
374
//
InputMethodLibrary
::Observer implementation:
377
InputMethodLibrary
* obj,
384
InputMethodLibrary
* obj,
404
InputMethodLibrary
* obj,
419
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
426
void InputMethodMenu::FirstObserverIsAdded(
InputMethodLibrary
* obj) {
436
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
466
InputMethodLibrary
* obj
[
all
...]
input_method_menu_button.cc
158
chromeos::
InputMethodLibrary
* input_method_library =
/external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.cc
60
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
screen_locker.cc
119
chromeos::
InputMethodLibrary
* library =
163
chromeos::
InputMethodLibrary
* library =
826
InputMethodLibrary
* input_method_library =
[
all
...]
login_utils.cc
476
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
/external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc
62
InputMethodLibrary
*im_library =
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc
52
chromeos::
InputMethodLibrary
* library =
691
InputMethodLibrary
* library = CrosLibrary::Get()->GetInputMethodLibrary();
/external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc
283
chromeos::
InputMethodLibrary
* library =
Completed in 109 milliseconds