Home
last modified time | relevance | path

Searched refs:mock_input_method_library_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dcros_mock.cc40 mock_input_method_library_(NULL), in CrosMock()
86 if (mock_input_method_library_) in InitMockInputMethodLibrary()
88 mock_input_method_library_ = new StrictMock<MockInputMethodLibrary>(); in InitMockInputMethodLibrary()
89 test_api()->SetInputMethodLibrary(mock_input_method_library_, true); in InitMockInputMethodLibrary()
139 return mock_input_method_library_; in mock_input_method_library()
171 EXPECT_CALL(*mock_input_method_library_, AddObserver(_)) in SetInputMethodLibraryStatusAreaExpectations()
174 EXPECT_CALL(*mock_input_method_library_, GetActiveInputMethods()) in SetInputMethodLibraryStatusAreaExpectations()
178 EXPECT_CALL(*mock_input_method_library_, GetSupportedInputMethods()) in SetInputMethodLibraryStatusAreaExpectations()
182 EXPECT_CALL(*mock_input_method_library_, GetKeyboardOverlayId(_)) in SetInputMethodLibraryStatusAreaExpectations()
186 EXPECT_CALL(*mock_input_method_library_, current_input_method()) in SetInputMethodLibraryStatusAreaExpectations()
[all …]
Dcros_mock.h96 MockInputMethodLibrary* mock_input_method_library_; variable
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker_browsertest.cc102 mock_input_method_library_(NULL) { in ScreenLockerTest()
107 MockInputMethodLibrary *mock_input_method_library_; member in chromeos::ScreenLockerTest
156 mock_input_method_library_ = cros_mock_->mock_input_method_library(); in SetUpInProcessBrowserTestFixture()
180 EXPECT_CALL(*mock_input_method_library_, GetNumActiveInputMethods()) in IN_PROC_BROWSER_TEST_F()