OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodMenu
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/chromeos/status/
input_method_menu_unittest.cc
21
EXPECT_EQ(L"FA",
InputMethodMenu
::GetTextForIndicator(desc));
26
InputMethodMenu
::GetTextForIndicator(desc));
31
EXPECT_EQ(L"XX",
InputMethodMenu
::GetTextForIndicator(desc));
37
EXPECT_EQ(L"DV",
InputMethodMenu
::GetTextForIndicator(desc));
41
EXPECT_EQ(L"CO",
InputMethodMenu
::GetTextForIndicator(desc));
45
EXPECT_EQ(L"EXTD",
InputMethodMenu
::GetTextForIndicator(desc));
49
EXPECT_EQ(L"INTL",
InputMethodMenu
::GetTextForIndicator(desc));
54
EXPECT_EQ(L"NEO",
InputMethodMenu
::GetTextForIndicator(desc));
59
InputMethodMenu
::GetTextForIndicator(desc));
64
InputMethodMenu
::GetTextForIndicator(desc))
[
all
...]
input_method_menu.cc
120
//
InputMethodMenu
122
InputMethodMenu
::
InputMethodMenu
(PrefService* pref_service,
158
InputMethodMenu
::~
InputMethodMenu
() {
167
int
InputMethodMenu
::GetCommandIdAt(int index) const {
171
bool
InputMethodMenu
::IsItemDynamicAt(int index) const {
176
bool
InputMethodMenu
::GetAcceleratorAt(
182
bool
InputMethodMenu
::IsItemCheckedAt(int index) const {
203
int
InputMethodMenu
::GetGroupIdAt(int index) const
[
all
...]
input_method_menu.h
30
class
InputMethodMenu
: public views::ViewMenuDelegate,
35
InputMethodMenu
(PrefService* pref_service,
38
virtual ~
InputMethodMenu
();
178
DISALLOW_COPY_AND_ASSIGN(
InputMethodMenu
);
input_method_menu_button.cc
31
// A class which implements interfaces of chromeos::
InputMethodMenu
. This class
33
class MenuImpl : public chromeos::
InputMethodMenu
{
38
:
InputMethodMenu
(pref_service, screen_mode, false), button_(button) {}
41
//
InputMethodMenu
implementation.
162
const std::wstring name =
InputMethodMenu
::GetTextForIndicator(input_method);
163
const std::wstring tooltip =
InputMethodMenu
::GetTextForMenu(input_method);
input_method_menu_button.h
34
//
InputMethodMenu
implementation.
49
scoped_ptr<
InputMethodMenu
> menu_;
/external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.h
18
// a dropdown menu for switching keyboard layout. Note that the
InputMethodMenu
20
class KeyboardSwitchMenu : public
InputMethodMenu
{
25
//
InputMethodMenu
::InputMethodMenuHost implementation.
34
// in
InputMethodMenu
.
keyboard_switch_menu.cc
20
:
InputMethodMenu
(NULL /* pref_service */,
26
//
InputMethodMenu
::InputMethodMenuHost implementation.
/external/chromium/chrome/browser/prefs/
browser_prefs.cc
115
chromeos::
InputMethodMenu
::RegisterPrefs(local_state);
Completed in 140 milliseconds