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

  /external/chromium_org/ash/system/tray/
system_tray.h 24 class SystemBubbleWrapper;
218 scoped_ptr<SystemBubbleWrapper> system_bubble_;
221 scoped_ptr<SystemBubbleWrapper> notification_bubble_;
system_tray.cc 79 class SystemBubbleWrapper {
82 explicit SystemBubbleWrapper(SystemTrayBubble* bubble)
120 DISALLOW_COPY_AND_ASSIGN(SystemBubbleWrapper);
508 system_bubble_.reset(new SystemBubbleWrapper(bubble));
564 notification_bubble_.reset(new SystemBubbleWrapper(notification_bubble));

Completed in 44 milliseconds