HomeSort by relevance Sort by last modified time
    Searched refs:STATE_TERMINATING (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor_unittest.cc 23 : ui_session_(InputMethodManager::STATE_TERMINATING),
167 EXPECT_EQ(InputMethodManager::STATE_TERMINATING, mock_observer_.ui_session());
168 EXPECT_EQ(InputMethodManager::STATE_TERMINATING, monitor_.ui_session());
browser_state_monitor.cc 48 ui_session_ = InputMethodManager::STATE_TERMINATING;
input_method_persistence.cc 143 case InputMethodManager::STATE_TERMINATING:
input_method_persistence_unittest.cc 104 persistence.OnSessionStateChange(InputMethodManager::STATE_TERMINATING);
input_method_manager_impl.cc 225 if (manager_->ui_session_ == STATE_TERMINATING)
349 if (manager_->ui_session_ == STATE_TERMINATING)
390 if (manager_->ui_session_ == STATE_TERMINATING)
434 if (manager_->ui_session_ == STATE_TERMINATING)
    [all...]
  /external/chromium_org/chromeos/ime/
input_method_manager.h 43 STATE_TERMINATING,
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 322 case chromeos::input_method::InputMethodManager::STATE_TERMINATING:

Completed in 36 milliseconds