Home
last modified time | relevance | path

Searched refs:StopInputMethodDaemon (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmock_input_method_library.h37 MOCK_METHOD0(StopInputMethodDaemon, void(void));
Dinput_method_library.h114 virtual void StopInputMethodDaemon() = 0;
Dinput_method_library.cc351 StopInputMethodDaemon(); in MaybeStopInputMethodDaemon()
731 void StopInputMethodDaemon() { in StopInputMethodDaemon() function in chromeos::InputMethodLibraryImpl
764 StopInputMethodDaemon(); in Observe()
893 virtual void StopInputMethodDaemon() {} in StopInputMethodDaemon() function in chromeos::InputMethodLibraryStubImpl
Dcros_mock.cc212 EXPECT_CALL(*mock_input_method_library_, StopInputMethodDaemon()) in SetInputMethodLibraryStatusAreaExpectations()
/external/chromium/chrome/browser/chromeos/login/
Duser_manager.cc589 StopInputMethodDaemon(); in NotifyOnLogin()