Home
last modified time | relevance | path

Searched refs:SystemBubbleWrapper (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray.h23 class SystemBubbleWrapper; variable
210 scoped_ptr<SystemBubbleWrapper> system_bubble_;
213 scoped_ptr<SystemBubbleWrapper> notification_bubble_;
Dsystem_tray.cc80 class SystemBubbleWrapper { class
83 explicit SystemBubbleWrapper(SystemTrayBubble* bubble) in SystemBubbleWrapper() function in ash::SystemBubbleWrapper
121 DISALLOW_COPY_AND_ASSIGN(SystemBubbleWrapper);
499 system_bubble_.reset(new SystemBubbleWrapper(bubble)); in ShowItems()
555 notification_bubble_.reset(new SystemBubbleWrapper(notification_bubble)); in UpdateNotificationBubble()