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 133 system_bubble_.reset();
245 if (system_bubble_)
246 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
251 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
314 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher();
318 return system_bubble_.get() != NULL;
329 // the |system_bubble_| from type |BUBBLE_TYPE_DEFAULT| into
336 if (!system_bubble_)
338 return system_bubble_->bubble()
    [all...]
system_tray.h 118 // Returns true if the system_bubble_ exists and is of type |type|.
167 // Resets |system_bubble_| and clears any related state.
181 // Constructs or re-constructs |system_bubble_| and populates it with |items|.
214 scoped_ptr<internal::SystemBubbleWrapper> system_bubble_; member in class:ash::SystemTray
229 // Note that the value is only valid when |system_bubble_| is true.

Completed in 3558 milliseconds