HomeSort by relevance Sort by last modified time
    Searched defs:ClockMenuButton (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc 30 ClockMenuButton::ClockMenuButton(StatusAreaHost* host)
44 ClockMenuButton::~ClockMenuButton() {
49 void ClockMenuButton::UpdateTextAndSetNextTimer() {
70 &ClockMenuButton::UpdateTextAndSetNextTimer);
73 void ClockMenuButton::UpdateText() {
108 // ClockMenuButton, NotificationObserver implementation:
110 void ClockMenuButton::Observe(NotificationType type,
123 // ClockMenuButton, ui::MenuModel implementation
    [all...]
clock_menu_button.h 29 class ClockMenuButton : public StatusAreaButton,
36 explicit ClockMenuButton(StatusAreaHost* host);
37 virtual ~ClockMenuButton();
90 base::OneShotTimer<ClockMenuButton> timer_;
99 DISALLOW_COPY_AND_ASSIGN(ClockMenuButton);

Completed in 42 milliseconds