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

  /external/chromium_org/ash/system/tray/
tray_event_filter.h 21 class TrayBubbleWrapper;
30 void AddWrapper(TrayBubbleWrapper* wrapper);
31 void RemoveWrapper(TrayBubbleWrapper* wrapper);
41 std::set<TrayBubbleWrapper*> wrappers_;
tray_bubble_wrapper.h 24 class TrayBubbleWrapper : public views::WidgetObserver {
26 TrayBubbleWrapper(TrayBackgroundView* tray,
28 virtual ~TrayBubbleWrapper();
43 DISALLOW_COPY_AND_ASSIGN(TrayBubbleWrapper);
tray_bubble_wrapper.cc 18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
32 TrayBubbleWrapper::~TrayBubbleWrapper() {
40 void TrayBubbleWrapper::OnWidgetDestroying(views::Widget* widget) {
tray_event_filter.cc 31 void TrayEventFilter::AddWrapper(TrayBubbleWrapper* wrapper) {
38 void TrayEventFilter::RemoveWrapper(TrayBubbleWrapper* wrapper) {
70 for (std::set<TrayBubbleWrapper*>::const_iterator iter = wrappers_.begin();
72 const TrayBubbleWrapper* wrapper = *iter;
101 for (std::set<TrayBubbleWrapper*>::iterator iter = wrappers_.begin();
system_tray.cc 74 // Class to initialize and manage the SystemTrayBubble and TrayBubbleWrapper
93 new internal::TrayBubbleWrapper(tray, bubble_->bubble_view()));
110 scoped_ptr<internal::TrayBubbleWrapper> bubble_wrapper_;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 172 // TrayBubbleWrapper instances for a bubble.
193 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
204 scoped_ptr<internal::TrayBubbleWrapper> bubble_wrapper_;

Completed in 2758 milliseconds