OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodMenuButton
(Results
1 - 2
of
2
) 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
...]
Completed in 298 milliseconds