HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodMenuButton (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.h 21 class InputMethodMenuButton : public StatusAreaButton,
24 explicit InputMethodMenuButton(StatusAreaHost* host);
25 virtual ~InputMethodMenuButton() {}
51 DISALLOW_COPY_AND_ASSIGN(InputMethodMenuButton);
input_method_menu_button.cc 35 MenuImpl(chromeos::InputMethodMenuButton* button,
55 chromeos::InputMethodMenuButton* button_;
65 // InputMethodMenuButton
67 InputMethodMenuButton::InputMethodMenuButton(StatusAreaHost* host)
76 gfx::Size InputMethodMenuButton::GetPreferredSize() {
84 void InputMethodMenuButton::OnLocaleChanged() {
94 void InputMethodMenuButton::RunMenu(views::View* unused_source,
99 bool InputMethodMenuButton::WindowIsActive() {
114 void InputMethodMenuButton::UpdateUI(const std::string& input_method_id
    [all...]
status_area_view.h 16 class InputMethodMenuButton;
38 InputMethodMenuButton* input_method_view() { return input_method_view_; }
49 InputMethodMenuButton* input_method_view_;
input_method_menu_button_browsertest.cc 30 InputMethodMenuButton* GetInputMethodMenuButton() {
38 InputMethodMenuButton* input_method = GetInputMethodMenuButton();
status_area_view.cc 42 input_method_view_ = new InputMethodMenuButton(host_);

Completed in 54 milliseconds