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

  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_ibus_controller.cc 23 bool MockIBusController::ActivateInputMethodProperty(const std::string& key) {
ibus_controller_impl.cc 201 bool IBusControllerImpl::ActivateInputMethodProperty(const std::string& key) {
203 DVLOG(1) << "ActivateInputMethodProperty: IBus connection is not alive";
218 DVLOG(1) << "ActivateInputMethodProperty: unknown key: " << key;
mock_input_method_manager.cc 99 void MockInputMethodManager::ActivateInputMethodProperty(
input_method_manager_impl.cc 557 void InputMethodManagerImpl::ActivateInputMethodProperty(
560 ibus_controller_->ActivateInputMethodProperty(key);
    [all...]

Completed in 62 milliseconds