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

  /external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller_base.cc 66 const InputMethodPropertyList& current_property_list) {
67 current_property_list_ = current_property_list;
ibus_controller_base.h 47 const InputMethodPropertyList& current_property_list);
input_method_manager_impl_unittest.cc 673 InputMethodPropertyList current_property_list; local
674 current_property_list.push_back(InputMethodProperty("key",
678 controller_->SetCurrentPropertiesForTesting(current_property_list);
707 InputMethodPropertyList current_property_list; local
708 current_property_list.push_back(InputMethodProperty("key-mozc",
712 controller_->SetCurrentPropertiesForTesting(current_property_list);
723 current_property_list.clear();
724 current_property_list.push_back(InputMethodProperty("key-chewing",
728 controller_->SetCurrentPropertiesForTesting(current_property_list);
    [all...]

Completed in 177 milliseconds