Searched refs:StatusAreaButton (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.h17 class StatusAreaButton : public views::MenuButton { class in namespace:chromeos
19 explicit StatusAreaButton(StatusAreaHost* host,
21 virtual ~StatusAreaButton() {}
70 DISALLOW_COPY_AND_ASSIGN(StatusAreaButton);
H A Dstatus_area_button.cc28 // StatusAreaButton
30 StatusAreaButton::StatusAreaButton(StatusAreaHost* host, function in class:chromeos::StatusAreaButton
52 void StatusAreaButton::PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) {
67 void StatusAreaButton::SetText(const std::wstring& text) {
78 bool StatusAreaButton::Activate() {
86 gfx::Size StatusAreaButton::GetPreferredSize() {
112 gfx::Insets StatusAreaButton::GetInsets() const {
116 void StatusAreaButton::OnThemeChanged() {
120 void StatusAreaButton
[all...]
H A Dwindow_switcher_button.h22 class WindowSwitcherButton : public StatusAreaButton,
H A Dinput_method_menu_button.h21 class InputMethodMenuButton : public StatusAreaButton,
H A Dinput_method_menu_button.cc68 : StatusAreaButton(host, this),
81 return StatusAreaButton::GetPreferredSize();
H A Dwindow_switcher_button.cc31 : StatusAreaButton(host, this) {
H A Dclock_menu_button.h29 class ClockMenuButton : public StatusAreaButton,
H A Dnetwork_menu_button.h52 class NetworkMenuButton : public StatusAreaButton,
H A Dpower_menu_button.h25 class PowerMenuButton : public StatusAreaButton,
H A Dclock_menu_button.cc31 : StatusAreaButton(host, this) {
H A Dpower_menu_button.cc26 : StatusAreaButton(host, this),
116 // PowerMenuButton, StatusAreaButton implementation:
H A Dnetwork_menu_button.cc111 : StatusAreaButton(host, this),
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.h32 class StatusAreaButton;

Completed in 102 milliseconds