collection_       100 ash/system/web_notification/web_notification_tray.cc   message_center::MessagePopupCollection* collection_;
collection_       109 ash/system/web_notification/web_notification_tray.cc     : collection_(NULL),
collection_       143 ash/system/web_notification/web_notification_tray.cc   collection_ = collection;
collection_       155 ash/system/web_notification/web_notification_tray.cc   collection_ = NULL;
collection_       162 ash/system/web_notification/web_notification_tray.cc   collection_->OnDisplayBoundsChanged(
collection_       190 ash/system/web_notification/web_notification_tray.cc   collection_->SetDisplayInfo(work_area, display.bounds());
collection_        40 chrome/browser/notifications/balloon.cc   collection_->ResizeBalloon(this, size);
collection_        70 chrome/browser/notifications/balloon.cc   collection_->OnBalloonClosed(this);
collection_        73 chrome/browser/notifications/balloon.h   const BalloonCollection* collection() const { return collection_; }
collection_       124 chrome/browser/notifications/balloon.h   BalloonCollection* collection_;
collection_       127 chrome/browser/notifications/notification_browsertest.cc       : collection_(BalloonNotificationUIManager::GetInstanceForTesting()->
collection_       137 chrome/browser/notifications/notification_browsertest.cc     collection_->set_on_collection_changed_callback(
collection_       143 chrome/browser/notifications/notification_browsertest.cc     collection_->set_on_collection_changed_callback(base::Closure());
collection_       188 chrome/browser/notifications/notification_browsertest.cc   BalloonCollection* collection_;
collection_       156 chrome/browser/ui/panels/panel.cc   DCHECK(!collection_);
collection_       199 chrome/browser/ui/panels/panel.cc   DCHECK(initialized_ && collection_ != NULL);
collection_       200 chrome/browser/ui/panels/panel.cc   native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
collection_       222 chrome/browser/ui/panels/panel.cc   return collection_ && collection_->CanShowMinimizeButton(this);
collection_       226 chrome/browser/ui/panels/panel.cc   return collection_ && collection_->CanShowRestoreButton(this);
collection_       239 chrome/browser/ui/panels/panel.cc   return !collection_ || collection_->IsPanelMinimized(this);
collection_       267 chrome/browser/ui/panels/panel.cc   if (manager()->display_settings_provider()->is_full_screen() || !collection_)
collection_       278 chrome/browser/ui/panels/panel.cc   if (manager()->display_settings_provider()->is_full_screen() || !collection_)
collection_       291 chrome/browser/ui/panels/panel.cc   if (!collection_)
collection_       294 chrome/browser/ui/panels/panel.cc   collection_->ActivatePanel(this);
collection_       307 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       308 chrome/browser/ui/panels/panel.cc     collection_->MinimizePanel(this);
collection_       324 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       325 chrome/browser/ui/panels/panel.cc     collection_->RestorePanel(this);
collection_       330 chrome/browser/ui/panels/panel.cc   if (!collection_)
collection_       332 chrome/browser/ui/panels/panel.cc   collection_->ResizePanelWindow(this, bounds.size());
collection_       337 chrome/browser/ui/panels/panel.cc   if (IsDrawingAttention() == draw_attention || !collection_)
collection_       348 chrome/browser/ui/panels/panel.cc   collection_->OnPanelAttentionStateChanged(this);
collection_       455 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       456 chrome/browser/ui/panels/panel.cc     collection_->OnPanelTitlebarClicked(this, modifier);
collection_       476 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       477 chrome/browser/ui/panels/panel.cc     collection_->OnMinimizeButtonClicked(this, modifier);
collection_       494 chrome/browser/ui/panels/panel.cc   DCHECK(!collection_);
collection_       498 chrome/browser/ui/panels/panel.cc   return collection_ && collection_->type() == PanelCollection::STACKED ?
collection_       499 chrome/browser/ui/panels/panel.cc       static_cast<StackedPanelCollection*>(collection_) : NULL;
collection_       503 chrome/browser/ui/panels/panel.cc   if (!collection_)
collection_       506 chrome/browser/ui/panels/panel.cc   return collection_->GetPanelResizability(this);
collection_       513 chrome/browser/ui/panels/panel.cc   DCHECK(!collection_);  // Cannot be added to a collection until fully created.
collection_       621 chrome/browser/ui/panels/panel.cc   if (!collection_)
collection_       634 chrome/browser/ui/panels/panel.cc   collection_->ResizePanelWindow(this, new_window_size);
collection_       638 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       639 chrome/browser/ui/panels/panel.cc     collection_->OnPanelResizedByMouse(this, new_bounds);
collection_       707 chrome/browser/ui/panels/panel.cc   if (collection_)
collection_       708 chrome/browser/ui/panels/panel.cc     collection_->OnPanelActiveStateChanged(this);
collection_       806 chrome/browser/ui/panels/panel.cc       collection_(NULL),
collection_       173 chrome/browser/ui/panels/panel.h   PanelCollection* collection() const { return collection_; }
collection_       177 chrome/browser/ui/panels/panel.h     collection_ = new_collection;
collection_       353 chrome/browser/ui/panels/panel.h   PanelCollection* collection_;  // Owned by PanelManager.
collection_        86 chrome/browser/ui/views/notifications/balloon_view_views.cc       collection_(collection),
collection_       157 chrome/browser/ui/views/notifications/balloon_view_views.cc   collection_->DisplayChanged();
collection_       161 chrome/browser/ui/views/notifications/balloon_view_views.cc   collection_->DisplayChanged();
collection_       124 chrome/browser/ui/views/notifications/balloon_view_views.h   BalloonCollection* collection_;
collection_        32 ui/message_center/views/message_popup_collection_unittest.cc     collection_.reset(new MessagePopupCollection(
collection_        37 ui/message_center/views/message_popup_collection_unittest.cc     collection_->SetDisplayInfo(gfx::Rect(0, 0, 600, 390),
collection_        46 ui/message_center/views/message_popup_collection_unittest.cc     collection_.reset();
collection_        52 ui/message_center/views/message_popup_collection_unittest.cc   MessagePopupCollection* collection() { return collection_.get(); }
collection_        55 ui/message_center/views/message_popup_collection_unittest.cc     return collection_->toasts_.size();
collection_        59 ui/message_center/views/message_popup_collection_unittest.cc     return collection_->latest_toast_entered_ != NULL;
collection_        63 ui/message_center/views/message_popup_collection_unittest.cc     views::Widget* widget = collection_->GetWidgetForTest(id);
collection_        68 ui/message_center/views/message_popup_collection_unittest.cc     return collection_->GetWidgetForTest(id);
collection_        72 ui/message_center/views/message_popup_collection_unittest.cc     return collection_->work_area_;
collection_        77 ui/message_center/views/message_popup_collection_unittest.cc              collection_->toasts_.begin();
collection_        78 ui/message_center/views/message_popup_collection_unittest.cc          iter != collection_->toasts_.end(); ++iter) {
collection_       101 ui/message_center/views/message_popup_collection_unittest.cc   void PrepareForWait() { collection_->CreateRunLoopForTest(); }
collection_       105 ui/message_center/views/message_popup_collection_unittest.cc     collection_->WaitForTest();
collection_       106 ui/message_center/views/message_popup_collection_unittest.cc     collection_->CreateRunLoopForTest();
collection_       116 ui/message_center/views/message_popup_collection_unittest.cc     return collection_->GetToastRectAt(index);
collection_       120 ui/message_center/views/message_popup_collection_unittest.cc   scoped_ptr<MessagePopupCollection> collection_;
collection_        51 ui/message_center/views/toast_contents_view.cc     : collection_(collection),
collection_        70 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_        71 ui/message_center/views/toast_contents_view.cc     collection_->ForgetToast(this);
collection_       138 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       139 ui/message_center/views/toast_contents_view.cc     collection_->IncrementDeferCounter();
collection_       150 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       151 ui/message_center/views/toast_contents_view.cc     collection_->IncrementDeferCounter();
collection_       162 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       163 ui/message_center/views/toast_contents_view.cc     collection_->IncrementDeferCounter();
collection_       192 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       193 ui/message_center/views/toast_contents_view.cc     collection_->DecrementDeferCounter();
collection_       224 ui/message_center/views/toast_contents_view.cc   if (!is_closing_ && collection_.get())
collection_       225 ui/message_center/views/toast_contents_view.cc     collection_->ForgetToast(this);
collection_       238 ui/message_center/views/toast_contents_view.cc   if (!native_view || !collection_.get())
collection_       241 ui/message_center/views/toast_contents_view.cc   collection_->OnDisplayBoundsChanged(gfx::Screen::GetScreenFor(
collection_       251 ui/message_center/views/toast_contents_view.cc   if (!native_view || !collection_.get())
collection_       254 ui/message_center/views/toast_contents_view.cc   collection_->OnDisplayBoundsChanged(gfx::Screen::GetScreenFor(
collection_       260 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       261 ui/message_center/views/toast_contents_view.cc     collection_->OnMouseEntered(this);
collection_       265 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       266 ui/message_center/views/toast_contents_view.cc     collection_->OnMouseExited(this);
collection_       288 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       289 ui/message_center/views/toast_contents_view.cc     collection_->ClickOnNotification(notification_id);
collection_       295 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       296 ui/message_center/views/toast_contents_view.cc     collection_->RemoveNotification(notification_id, by_user);
collection_       310 ui/message_center/views/toast_contents_view.cc   if (!collection_)
collection_       312 ui/message_center/views/toast_contents_view.cc   return collection_->HasClickedListener(notification_id);
collection_       318 ui/message_center/views/toast_contents_view.cc   if (collection_)
collection_       319 ui/message_center/views/toast_contents_view.cc     collection_->ClickOnNotificationButton(notification_id, button_index);
collection_       116 ui/message_center/views/toast_contents_view.h   base::WeakPtr<MessagePopupCollection> collection_;
collection_       287 webkit/browser/appcache/appcache_service.cc   scoped_refptr<AppCacheInfoCollection> collection_;
collection_       295 webkit/browser/appcache/appcache_service.cc     collection->infos_by_origin.swap(collection_->infos_by_origin);