Searched refs:InputMethodMenu (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
H A Dinput_method_menu_unittest.cc21 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
[all...]
H A Dinput_method_menu.cc120 // InputMethodMenu
122 InputMethodMenu::InputMethodMenu(PrefService* pref_service, function in class:chromeos::InputMethodMenu
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
[all...]
H A Dinput_method_menu.h30 class InputMethodMenu : public views::ViewMenuDelegate, class in namespace:chromeos
35 InputMethodMenu(PrefService* pref_service,
38 virtual ~InputMethodMenu();
178 DISALLOW_COPY_AND_ASSIGN(InputMethodMenu);
H A Dinput_method_menu_button.cc31 // 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);
H A Dinput_method_menu_button.h34 // InputMethodMenu implementation.
49 scoped_ptr<InputMethodMenu> menu_;
/external/chromium/chrome/browser/chromeos/login/
H A Dkeyboard_switch_menu.h18 // a dropdown menu for switching keyboard layout. Note that the InputMethodMenu
20 class KeyboardSwitchMenu : public InputMethodMenu {
25 // InputMethodMenu::InputMethodMenuHost implementation.
34 // in InputMethodMenu.
H A Dkeyboard_switch_menu.cc20 : InputMethodMenu(NULL /* pref_service */,
26 // InputMethodMenu::InputMethodMenuHost implementation.
/external/chromium/chrome/browser/prefs/
H A Dbrowser_prefs.cc115 chromeos::InputMethodMenu::RegisterPrefs(local_state);

Completed in 128 milliseconds