Home
last modified time | relevance | path

Searched refs:GetActiveInputMethods (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.cc120 virtual InputMethodDescriptors* GetActiveInputMethods() { in GetActiveInputMethods() function in chromeos::InputMethodLibraryImpl
146 scoped_ptr<InputMethodDescriptors> input_methods(GetActiveInputMethods()); in GetNumActiveInputMethods()
201 GetActiveInputMethods()); in InputMethodIsActivated()
389 scoped_ptr<InputMethodDescriptors> input_methods(GetActiveInputMethods()); in ChangeInputMethodViaIBus()
850 virtual InputMethodDescriptors* GetActiveInputMethods() { in GetActiveInputMethods() function in chromeos::InputMethodLibraryStubImpl
856 scoped_ptr<InputMethodDescriptors> descriptors(GetActiveInputMethods()); in GetNumActiveInputMethods()
Dmock_input_method_library.h24 MOCK_METHOD0(GetActiveInputMethods, InputMethodDescriptors*(void));
Dinput_method_library.h64 virtual InputMethodDescriptors* GetActiveInputMethods() = 0;
Dcros_mock.cc174 EXPECT_CALL(*mock_input_method_library_, GetActiveInputMethods()) in SetInputMethodLibraryStatusAreaExpectations()
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu.cc126 GetActiveInputMethods()), in InputMethodMenu()
457 GetActiveInputMethods()); in PrepareMenu()
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.cc125 library->GetActiveInputMethods()); in SetupInputMethodsForScreenLocker()