OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodMenuItem
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/ime/
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;
input_method_menu_item_unittest.cc
14
InputMethodMenuItem
empty;
15
InputMethodMenuItem
reference("key", "label", true, true);
17
InputMethodMenuItem
p1("X", "label", true, true);
18
InputMethodMenuItem
p2("key", "X", true, true);
19
InputMethodMenuItem
p3("key", "label", false, true);
20
InputMethodMenuItem
p4("key", "label", true, false);
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_manager_unittest.cc
57
list.push_back(
InputMethodMenuItem
("key1", "label1", false, false));
58
list.push_back(
InputMethodMenuItem
("key2", "label2", false, false));
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h
25
struct
InputMethodMenuItem
;
97
// Converts MenuItem to
InputMethodMenuItem
.
99
ash::ime::
InputMethodMenuItem
* property);
mock_input_method_engine.h
20
struct
InputMethodMenuItem
;
input_method_engine.cc
446
ash::ime::
InputMethodMenuItem
property;
625
ash::ime::
InputMethodMenuItem
* property) {
input_method_manager_impl_unittest.cc
[
all
...]
Completed in 40 milliseconds