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

  /external/chromium_org/ash/system/tray/
system_tray.cc 140 system_bubble_.reset();
267 if (system_bubble_)
268 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
273 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
336 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowShelf();
340 return system_bubble_.get() != NULL;
348 if (!system_bubble_)
350 return system_bubble_->bubble();
354 return ((system_bubble_.get() &
    [all...]
system_tray.h 100 // Returns true if the system_bubble_ exists and is of type |type|.
158 // Resets |system_bubble_| and clears any related state.
173 // Constructs or re-constructs |system_bubble_| and populates it with |items|.
210 scoped_ptr<SystemBubbleWrapper> system_bubble_; member in class:ash::SystemTray
225 // Note that the value is only valid when |system_bubble_| is true.

Completed in 38 milliseconds