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

  /external/chromium_org/chromeos/ime/
input_method_property.cc 14 InputMethodProperty::InputMethodProperty(const std::string& in_key,
25 InputMethodProperty::InputMethodProperty()
30 InputMethodProperty::~InputMethodProperty() {
33 bool InputMethodProperty::operator==(const InputMethodProperty& other) const {
40 bool InputMethodProperty::operator!=(const InputMethodProperty& other) const
    [all...]
input_method_property.h 16 struct CHROMEOS_EXPORT InputMethodProperty {
17 InputMethodProperty(const std::string& in_key,
22 InputMethodProperty();
23 ~InputMethodProperty();
25 bool operator==(const InputMethodProperty& other) const;
26 bool operator!=(const InputMethodProperty& other) const;
39 typedef std::vector<InputMethodProperty> InputMethodPropertyList;

Completed in 31 milliseconds