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.h28 class SystemBubbleWrapper; variable
221 scoped_ptr<internal::SystemBubbleWrapper> system_bubble_;
224 scoped_ptr<internal::SystemBubbleWrapper> notification_bubble_;
Dsystem_tray.cc78 class SystemBubbleWrapper { class
81 explicit SystemBubbleWrapper(internal::SystemTrayBubble* bubble) in SystemBubbleWrapper() function in ash::internal::SystemBubbleWrapper
124 DISALLOW_COPY_AND_ASSIGN(SystemBubbleWrapper);
510 system_bubble_.reset(new internal::SystemBubbleWrapper(bubble)); in ShowItems()
568 new internal::SystemBubbleWrapper(notification_bubble)); in UpdateNotificationBubble()