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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.h 37 InputMethodManager* input_method_manager_; member in class:chromeos::input_method::InputMethodPersistence
input_method_persistence.cc 110 : input_method_manager_(input_method_manager),
112 input_method_manager_->AddObserver(this);
116 input_method_manager_->RemoveObserver(this);
121 DCHECK_EQ(input_method_manager_, manager);
  /external/chromium_org/chrome/browser/chromeos/
preferences.h 95 input_method::InputMethodManager* input_method_manager_; member in class:chromeos::Preferences
preferences.cc 53 input_method_manager_(input_method::InputMethodManager::Get()),
63 input_method_manager_(input_method_manager),
550 input_method_manager_->SetEnabledExtensionImes(&split_values);
582 input_method_manager_->EnableInputMethods(split_values);
607 input_method_manager_->ChangeInputMethod(previous_input_method_id);
609 input_method_manager_->ChangeInputMethod(current_input_method_id);

Completed in 39 milliseconds