Searched defs:InputMethodMenuItem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/ime/
H A Dinput_method_menu_item.cc14 InputMethodMenuItem::InputMethodMenuItem(const std::string& in_key, function in class:ash::ime::InputMethodMenuItem
25 InputMethodMenuItem::InputMethodMenuItem() function in class:ash::ime::InputMethodMenuItem
30 InputMethodMenuItem::~InputMethodMenuItem() {
33 bool InputMethodMenuItem::operator==(const InputMethodMenuItem& other) const {
40 bool InputMethodMenuItem::operator!=(const InputMethodMenuItem
[all...]
H A Dinput_method_menu_item.h16 struct ASH_EXPORT InputMethodMenuItem { struct in namespace:ash::ime
17 InputMethodMenuItem(const std::string& in_key,
22 InputMethodMenuItem();
23 ~InputMethodMenuItem();
25 bool operator==(const InputMethodMenuItem& other) const;
26 bool operator!=(const InputMethodMenuItem& other) const;
39 typedef std::vector<InputMethodMenuItem> InputMethodMenuItemList;

Completed in 194 milliseconds