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 140 notification_bubble_.reset();
297 if (notification_bubble_)
329 if (notification_bubble_)
330 notification_bubble_->bubble()->SetVisible(!hide_notifications);
343 return notification_bubble_.get() != NULL;
355 (notification_bubble_.get() &&
356 notification_bubble_->bubble()->IsVisible()));
360 if (!notification_bubble_)
362 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
378 if (!notification_bubble_)
    [all...]
system_tray.h 165 // Resets |notification_bubble_| and clears any related state.
191 // Constructs or re-constructs |notification_bubble_| and populates it with
221 scoped_ptr<SystemBubbleWrapper> notification_bubble_; member in class:ash::SystemTray

Completed in 3251 milliseconds