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

  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.cc 160 if (!current_input_method_id.empty()) {
161 return InputMethodDescriptor(current_input_method_id,
235 state_->current_input_method_id = input_method_id;
mock_input_method_manager.h 64 std::string current_input_method_id; member in class:chromeos::input_method::MockInputMethodManager::State
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 630 const std::string current_input_method_id = current_input_method_.GetValue(); local
644 if (!current_input_method_id.empty())
645 ime_state_->ChangeInputMethod(current_input_method_id,

Completed in 118 milliseconds