OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodMenuItem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/ime/
input_method_menu_item.cc
14
InputMethodMenuItem
::
InputMethodMenuItem
(const std::string& in_key,
25
InputMethodMenuItem
::
InputMethodMenuItem
()
30
InputMethodMenuItem
::~
InputMethodMenuItem
() {
33
bool
InputMethodMenuItem
::operator==(const
InputMethodMenuItem
& other) const {
40
bool
InputMethodMenuItem
::operator!=(const
InputMethodMenuItem
& other) const
[
all
...]
input_method_menu_item.h
16
struct ASH_EXPORT
InputMethodMenuItem
{
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 62 milliseconds