Searched refs:InputMethodLibrary (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/chromeos/cros/ |
D | 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() {} in ~InputMethodLibrary() 132 static InputMethodLibrary* GetImpl(bool stub);
|
D | cros_library.h | 24 class InputMethodLibrary; variable 62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own); 86 InputMethodLibrary* GetInputMethodLibrary(); 161 Library<InputMethodLibrary> input_method_lib_;
|
D | mock_input_method_library.h | 16 class MockInputMethodLibrary : public InputMethodLibrary {
|
D | input_method_library.cc | 56 class InputMethodLibraryImpl : public InputMethodLibrary, 836 class InputMethodLibraryStubImpl : public InputMethodLibrary { 1145 InputMethodLibrary* InputMethodLibrary::GetImpl(bool stub) { in GetImpl()
|
/external/chromium/chrome/browser/chromeos/status/ |
D | input_method_menu.h | 32 public InputMethodLibrary::Observer, 67 InputMethodLibrary* obj, 71 InputMethodLibrary* obj, 75 InputMethodLibrary* obj, 79 InputMethodLibrary* obj, 81 virtual void FirstObserverIsAdded(InputMethodLibrary* obj);
|
D | input_method_menu.cc | 147 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()
|
D | input_method_menu_button.cc | 158 chromeos::InputMethodLibrary* input_method_library = in UpdateUIFromCurrentInputMethod()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | keyboard_switch_menu.cc | 60 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in GetCurrentKeyboardName()
|
D | screen_locker.cc | 119 chromeos::InputMethodLibrary* library = in SetupInputMethodsForScreenLocker() 163 chromeos::InputMethodLibrary* library = in RestoreInputMethods() 826 InputMethodLibrary* input_method_library = in OnLoginFailure()
|
D | login_utils.cc | 476 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in SetFirstLoginPrefs()
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | cros_language_options_handler.cc | 62 InputMethodLibrary *im_library = in GetLocalizedValues()
|
/external/chromium/chrome/browser/chromeos/input_method/ |
D | input_method_util.cc | 52 chromeos::InputMethodLibrary* library = in ReloadMaps() 691 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in EnableInputMethods()
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | keyboard_overlay_ui.cc | 283 chromeos::InputMethodLibrary* library = in GetKeyboardOverlayId()
|