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

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 20 class SystemTrayBubble {
28 SystemTrayBubble(ash::SystemTray* tray,
31 virtual ~SystemTrayBubble();
71 base::OneShotTimer<SystemTrayBubble> autoclose_;
73 DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
system_tray_bubble.cc 130 // SystemTrayBubble
132 SystemTrayBubble::SystemTrayBubble(
143 SystemTrayBubble::~SystemTrayBubble() {
150 void SystemTrayBubble::UpdateView(
250 void SystemTrayBubble::InitView(views::View* anchor,
272 void SystemTrayBubble::FocusDefaultIfNeeded() {
282 void SystemTrayBubble::DestroyItemViews() {
300 void SystemTrayBubble::BubbleViewDestroyed()
    [all...]

Completed in 273 milliseconds