TrayBubbleWrapper   94 ash/system/tray/system_tray.cc     bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_->bubble_view()));
TrayBubbleWrapper  119 ash/system/tray/system_tray.cc   scoped_ptr<TrayBubbleWrapper> bubble_wrapper_;
TrayBubbleWrapper   18 ash/system/tray/tray_bubble_wrapper.cc TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
TrayBubbleWrapper   32 ash/system/tray/tray_bubble_wrapper.cc TrayBubbleWrapper::~TrayBubbleWrapper() {
TrayBubbleWrapper   40 ash/system/tray/tray_bubble_wrapper.cc void TrayBubbleWrapper::OnWidgetDestroying(views::Widget* widget) {
TrayBubbleWrapper   56 ash/system/tray/tray_bubble_wrapper.cc void TrayBubbleWrapper::OnWidgetBoundsChanged(views::Widget* widget,
TrayBubbleWrapper   22 ash/system/tray/tray_bubble_wrapper.h class TrayBubbleWrapper : public views::WidgetObserver {
TrayBubbleWrapper   24 ash/system/tray/tray_bubble_wrapper.h   TrayBubbleWrapper(TrayBackgroundView* tray,
TrayBubbleWrapper   26 ash/system/tray/tray_bubble_wrapper.h   virtual ~TrayBubbleWrapper();
TrayBubbleWrapper   43 ash/system/tray/tray_bubble_wrapper.h   DISALLOW_COPY_AND_ASSIGN(TrayBubbleWrapper);
TrayBubbleWrapper   29 ash/system/tray/tray_event_filter.cc void TrayEventFilter::AddWrapper(TrayBubbleWrapper* wrapper) {
TrayBubbleWrapper   36 ash/system/tray/tray_event_filter.cc void TrayEventFilter::RemoveWrapper(TrayBubbleWrapper* wrapper) {
TrayBubbleWrapper   69 ash/system/tray/tray_event_filter.cc   for (std::set<TrayBubbleWrapper*>::const_iterator iter = wrappers_.begin();
TrayBubbleWrapper   71 ash/system/tray/tray_event_filter.cc     const TrayBubbleWrapper* wrapper = *iter;
TrayBubbleWrapper  100 ash/system/tray/tray_event_filter.cc   for (std::set<TrayBubbleWrapper*>::iterator iter = wrappers_.begin();
TrayBubbleWrapper   19 ash/system/tray/tray_event_filter.h class TrayBubbleWrapper;
TrayBubbleWrapper   28 ash/system/tray/tray_event_filter.h   void AddWrapper(TrayBubbleWrapper* wrapper);
TrayBubbleWrapper   29 ash/system/tray/tray_event_filter.h   void RemoveWrapper(TrayBubbleWrapper* wrapper);
TrayBubbleWrapper   39 ash/system/tray/tray_event_filter.h   std::set<TrayBubbleWrapper*> wrappers_;
TrayBubbleWrapper  224 ash/system/web_notification/web_notification_tray.cc     bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
TrayBubbleWrapper  235 ash/system/web_notification/web_notification_tray.cc   scoped_ptr<TrayBubbleWrapper> bubble_wrapper_;