Home | History | Annotate | Download | only in input_method

Lines Matching refs:InputMethodManager

23       : state_(InputMethodManager::STATE_TERMINATING),
26 void SetState(InputMethodManager::State new_state) {
31 base::Callback<void(InputMethodManager::State new_state)> AsCallback() {
39 InputMethodManager::State state() const {
44 InputMethodManager::State state_;
58 EXPECT_EQ(InputMethodManager::STATE_LOGIN_SCREEN, mock_observer.state());
59 EXPECT_EQ(InputMethodManager::STATE_LOGIN_SCREEN, monitor.state());
89 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN,
91 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state());
103 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN,
105 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state());
117 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN,
119 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state());
127 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN,
129 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state());
147 EXPECT_EQ(InputMethodManager::STATE_LOCK_SCREEN,
149 EXPECT_EQ(InputMethodManager::STATE_LOCK_SCREEN, monitor_.state());
156 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN,
158 EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state());
170 EXPECT_EQ(InputMethodManager::STATE_TERMINATING,
172 EXPECT_EQ(InputMethodManager::STATE_TERMINATING, monitor_.state());