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

  /external/chromium_org/ash/system/tray/
system_tray.cc 134 notification_bubble_.reset();
276 if (notification_bubble_)
308 if (notification_bubble_)
309 notification_bubble_->bubble()->SetVisible(!hide_notifications);
322 return notification_bubble_.get() != NULL;
344 (notification_bubble_.get() &&
345 notification_bubble_->bubble()->IsVisible()));
349 if (!notification_bubble_)
351 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
363 if (!notification_bubble_)
    [all...]
system_tray.h 170 // Resets |notification_bubble_| and clears any related state.
190 // Constructs or re-constructs |notification_bubble_| and populates it with
217 scoped_ptr<internal::SystemBubbleWrapper> notification_bubble_; member in class:ash::SystemTray

Completed in 54 milliseconds