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

  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 17 class StatusAreaButton : public views::MenuButton {
19 explicit StatusAreaButton(StatusAreaHost* host,
21 virtual ~StatusAreaButton() {}
70 DISALLOW_COPY_AND_ASSIGN(StatusAreaButton);
status_area_button.cc 28 // StatusAreaButton
30 StatusAreaButton::StatusAreaButton(StatusAreaHost* host,
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::UpdateTextStyle()
    [all...]
window_switcher_button.h 22 class WindowSwitcherButton : public StatusAreaButton,
input_method_menu_button.h 21 class InputMethodMenuButton : public StatusAreaButton,
input_method_menu_button.cc 68 : StatusAreaButton(host, this),
81 return StatusAreaButton::GetPreferredSize();
clock_menu_button.h 29 class ClockMenuButton : public StatusAreaButton,
network_menu_button.h 52 class NetworkMenuButton : public StatusAreaButton,
power_menu_button.h 25 class PowerMenuButton : public StatusAreaButton,
window_switcher_button.cc 31 : StatusAreaButton(host, this) {
clock_menu_button.cc 31 : StatusAreaButton(host, this) {
power_menu_button.cc 26 : StatusAreaButton(host, this),
116 // PowerMenuButton, StatusAreaButton implementation:
network_menu_button.cc 111 : StatusAreaButton(host, this),
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.h 32 class StatusAreaButton;

Completed in 440 milliseconds