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

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 20 class SystemTrayBubble {
28 SystemTrayBubble(ash::SystemTray* tray,
31 virtual ~SystemTrayBubble();
71 base::OneShotTimer<SystemTrayBubble> autoclose_;
73 DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
system_tray_bubble.cc 130 // SystemTrayBubble
132 SystemTrayBubble::SystemTrayBubble(
143 SystemTrayBubble::~SystemTrayBubble() {
150 void SystemTrayBubble::UpdateView(
250 void SystemTrayBubble::InitView(views::View* anchor,
272 void SystemTrayBubble::FocusDefaultIfNeeded() {
282 void SystemTrayBubble::DestroyItemViews() {
300 void SystemTrayBubble::BubbleViewDestroyed()
    [all...]
system_tray.cc 76 // Class to initialize and manage the SystemTrayBubble and TrayBubbleWrapper
82 explicit SystemBubbleWrapper(SystemTrayBubble* bubble)
108 SystemTrayBubble* bubble() const { return bubble_.get(); }
109 SystemTrayBubble::BubbleType bubble_type() const {
116 scoped_ptr<SystemTrayBubble> bubble_;
271 if (HasSystemBubbleType(SystemTrayBubble::BUBBLE_TYPE_DETAILED))
346 SystemTrayBubble* SystemTray::GetSystemBubble() {
386 bool SystemTray::HasSystemBubbleType(SystemTrayBubble::BubbleType type) {
387 DCHECK(type != SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION);
460 SystemTrayBubble::BubbleType bubble_type = detailed
    [all...]
system_tray.h 102 bool HasSystemBubbleType(SystemTrayBubble::BubbleType type);
105 SystemTrayBubble* GetSystemBubble();
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 26 SystemTrayBubble* bubble = tray->GetSystemBubble();
95 SystemTrayBubble* bubble =
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 172 SystemTrayBubble::BUBBLE_TYPE_DEFAULT)) {

Completed in 1846 milliseconds