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

  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc 142 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
157 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
179 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
207 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
211 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
input_method_manager_impl_unittest.cc 559 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
590 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
679 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
696 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
730 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
748 manager_->GetActiveIMEState()->SwitchToNextInputMethod();
780 manager_->GetActiveIMEState()->SwitchToNextInputMethod()
    [all...]
mock_input_method_manager.h 55 virtual bool SwitchToNextInputMethod() OVERRIDE;
input_method_manager_impl.h 95 virtual bool SwitchToNextInputMethod() OVERRIDE;
mock_input_method_manager.cc 142 bool MockInputMethodManager::State::SwitchToNextInputMethod() {
input_method_manager_impl.cc 635 bool InputMethodManagerImpl::StateImpl::SwitchToNextInputMethod() {
676 return SwitchToNextInputMethod();
685 return SwitchToNextInputMethod();
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ime_controller_chromeos.cc 13 manager->GetActiveIMEState()->SwitchToNextInputMethod();
  /external/chromium_org/chromeos/ime/
input_method_manager.h 147 virtual bool SwitchToNextInputMethod() = 0;

Completed in 29 milliseconds