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 139 system_bubble_.reset();
266 if (system_bubble_)
267 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
272 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
335 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowShelf();
339 return system_bubble_.get() != NULL;
347 if (!system_bubble_)
349 return system_bubble_->bubble();
353 return ((system_bubble_.get() &
    [all...]
system_tray.h 101 // Returns true if the system_bubble_ exists and is of type |type|.
162 // Resets |system_bubble_| and clears any related state.
181 // Constructs or re-constructs |system_bubble_| and populates it with |items|.
218 scoped_ptr<SystemBubbleWrapper> system_bubble_; member in class:ash::SystemTray
233 // Note that the value is only valid when |system_bubble_| is true.

Completed in 93 milliseconds