Home
last modified time | relevance | path

Searched refs:STATE_TERMINATING (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dbrowser_state_monitor_unittest.cc23 : ui_session_(InputMethodManager::STATE_TERMINATING), in MockObserver()
167 EXPECT_EQ(InputMethodManager::STATE_TERMINATING, mock_observer_.ui_session()); in TEST_F()
168 EXPECT_EQ(InputMethodManager::STATE_TERMINATING, monitor_.ui_session()); in TEST_F()
Dbrowser_state_monitor.cc48 ui_session_ = InputMethodManager::STATE_TERMINATING; in Observe()
Dinput_method_manager_impl.cc225 if (manager_->ui_session_ == STATE_TERMINATING) in EnableLoginLayouts()
349 if (manager_->ui_session_ == STATE_TERMINATING) in ReplaceEnabledInputMethods()
390 if (manager_->ui_session_ == STATE_TERMINATING) in ChangeInputMethod()
434 if (manager_->ui_session_ == STATE_TERMINATING) in AddInputMethodExtension()
920 case STATE_TERMINATING: { in SetUISessionState()
973 if (ui_session_ == STATE_TERMINATING) in ChangeInputMethodInternal()
Dinput_method_persistence_unittest.cc104 persistence.OnSessionStateChange(InputMethodManager::STATE_TERMINATING); in TEST_F()
Dinput_method_persistence.cc143 case InputMethodManager::STATE_TERMINATING: in InputMethodChanged()
/external/chromium_org/chromeos/ime/
Dinput_method_manager.h43 STATE_TERMINATING, enumerator
/external/chromium_org/chrome/browser/extensions/api/input_ime/
Dinput_ime_api.cc322 case chromeos::input_method::InputMethodManager::STATE_TERMINATING: in GetCurrentScreenType()