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

/external/chromium/chrome/browser/chromeos/login/
H A Dkeyboard_switch_menu.h20 class KeyboardSwitchMenu : public InputMethodMenu { class in namespace:chromeos
22 KeyboardSwitchMenu();
23 virtual ~KeyboardSwitchMenu() {}
41 DISALLOW_COPY_AND_ASSIGN(KeyboardSwitchMenu);
H A Dkeyboard_switch_menu.cc19 KeyboardSwitchMenu::KeyboardSwitchMenu() function in class:chromeos::KeyboardSwitchMenu
27 void KeyboardSwitchMenu::UpdateUI(const std::string& input_method_id,
38 void KeyboardSwitchMenu::RunMenu(views::View* source, const gfx::Point& pt) {
52 string16 KeyboardSwitchMenu::GetCurrentKeyboardName() const {

Completed in 35 milliseconds