Searched defs:SystemTrayBubble (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.h20 class SystemTrayBubble { class in namespace:ash
28 SystemTrayBubble(ash::SystemTray* tray,
31 virtual ~SystemTrayBubble();
71 base::OneShotTimer<SystemTrayBubble> autoclose_;
73 DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
H A Dsystem_tray_bubble.cc130 // SystemTrayBubble
132 SystemTrayBubble::SystemTrayBubble( function in class:ash::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
[all...]

Completed in 104 milliseconds