Home
last modified time | relevance | path

Searched refs:InputMethodLibrary (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.h23 class InputMethodLibrary {
30 InputMethodLibrary* obj,
36 InputMethodLibrary* obj,
42 InputMethodLibrary* obj,
48 InputMethodLibrary* obj,
52 virtual void FirstObserverIsAdded(InputMethodLibrary* obj) = 0;
54 virtual ~InputMethodLibrary() {} in ~InputMethodLibrary()
132 static InputMethodLibrary* GetImpl(bool stub);
Dcros_library.h24 class InputMethodLibrary; variable
62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own);
86 InputMethodLibrary* GetInputMethodLibrary();
161 Library<InputMethodLibrary> input_method_lib_;
Dmock_input_method_library.h16 class MockInputMethodLibrary : public InputMethodLibrary {
Dinput_method_library.cc56 class InputMethodLibraryImpl : public InputMethodLibrary,
836 class InputMethodLibraryStubImpl : public InputMethodLibrary {
1145 InputMethodLibrary* InputMethodLibrary::GetImpl(bool stub) { in GetImpl()
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu.h32 public InputMethodLibrary::Observer,
67 InputMethodLibrary* obj,
71 InputMethodLibrary* obj,
75 InputMethodLibrary* obj,
79 InputMethodLibrary* obj,
81 virtual void FirstObserverIsAdded(InputMethodLibrary* obj);
Dinput_method_menu.cc147 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in InputMethodMenu()
304 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in GetLabelAt()
377 InputMethodLibrary* obj, in InputMethodChanged()
384 InputMethodLibrary* obj, in PreferenceUpdateNeeded()
404 InputMethodLibrary* obj, in PropertyListChanged()
419 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in PropertyListChanged()
426 void InputMethodMenu::FirstObserverIsAdded(InputMethodLibrary* obj) { in FirstObserverIsAdded()
436 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in FirstObserverIsAdded()
466 InputMethodLibrary* obj, in ActiveInputMethodsChanged()
Dinput_method_menu_button.cc158 chromeos::InputMethodLibrary* input_method_library = in UpdateUIFromCurrentInputMethod()
/external/chromium/chrome/browser/chromeos/login/
Dkeyboard_switch_menu.cc60 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in GetCurrentKeyboardName()
Dscreen_locker.cc119 chromeos::InputMethodLibrary* library = in SetupInputMethodsForScreenLocker()
163 chromeos::InputMethodLibrary* library = in RestoreInputMethods()
826 InputMethodLibrary* input_method_library = in OnLoginFailure()
Dlogin_utils.cc476 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in SetFirstLoginPrefs()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dcros_language_options_handler.cc62 InputMethodLibrary *im_library = in GetLocalizedValues()
/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc52 chromeos::InputMethodLibrary* library = in ReloadMaps()
691 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in EnableInputMethods()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dkeyboard_overlay_ui.cc283 chromeos::InputMethodLibrary* library = in GetKeyboardOverlayId()