Searched refs:collection_ (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc17 collection_ = static_cast<BalloonCollectionImpl*>(
30 collection_(NULL),
43 collection_(NULL),
70 collection_->UpdateAndShowNotification(notify);
72 collection_->UpdateNotification(notify);
75 collection_->AddSystemNotification(notify, profile_,
78 collection_->AddWebUIMessageCallback(notify, "link", callback);
86 collection_->RemoveById(delegate_->id());
H A Dsystem_notification.h83 BalloonCollectionImpl* collection_; member in class:chromeos::SystemNotification
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.cc48 : collection_(collection),
54 DCHECK(collection_);
118 if (collection_)
119 collection_->RemoveToast(this);
150 if (collection_)
151 collection_->IncrementDeferCounter();
162 if (collection_)
163 collection_->IncrementDeferCounter();
174 if (collection_)
175 collection_
[all...]
H A Dmessage_popup_collection_unittest.cc31 collection_.reset(new MessagePopupCollection(
36 collection_->SetDisplayInfo(gfx::Rect(0, 0, 600, 390),
44 collection_->CloseAllWidgets();
45 collection_.reset();
51 MessagePopupCollection* collection() { return collection_.get(); }
54 return collection_->toasts_.size();
58 return collection_->latest_toast_entered_ != NULL;
62 views::Widget* widget = collection_->GetWidgetForTest(id);
67 return collection_->GetWidgetForTest(id);
71 return collection_
117 scoped_ptr<MessagePopupCollection> collection_; member in class:message_center::test::MessagePopupCollectionTest
[all...]
H A Dtoast_contents_view.h95 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
/external/chromium/chrome/browser/notifications/
H A Dballoon.cc18 collection_(collection) {
31 collection_->ResizeBalloon(this, size);
61 collection_->OnBalloonClosed(this);
H A Dballoon.h71 const BalloonCollection* collection() const { return collection_; }
119 BalloonCollection* collection_; member in class:Balloon
/external/chromium_org/chrome/browser/notifications/
H A Dballoon.cc27 collection_(collection) {
40 collection_->ResizeBalloon(this, size);
70 collection_->OnBalloonClosed(this);
H A Dballoon.h73 const BalloonCollection* collection() const { return collection_; }
124 BalloonCollection* collection_; member in class:Balloon
H A Dnotification_browsertest.cc125 : collection_(BalloonNotificationUIManager::GetInstanceForTesting()->
135 collection_->set_on_collection_changed_callback(
141 collection_->set_on_collection_changed_callback(base::Closure());
186 BalloonCollection* collection_; member in class:__anon5396::NotificationBalloonChangeObserver
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc156 DCHECK(!collection_);
197 DCHECK(initialized_ && collection_ != NULL);
198 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
220 return collection_ && collection_->CanShowMinimizeButton(this);
224 return collection_ && collection_->CanShowRestoreButton(this);
237 return !collection_ || collection_->IsPanelMinimized(this);
265 if (manager()->display_settings_provider()->is_full_screen() || !collection_)
[all...]
H A Dpanel.h172 PanelCollection* collection() const { return collection_; }
176 collection_ = new_collection;
359 PanelCollection* collection_; // Owned by PanelManager. member in class:Panel
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc88 message_center::MessagePopupCollection* collection_; member in class:ash::internal::WorkAreaObserver
98 : collection_(collection),
101 DCHECK(collection_);
120 collection_->OnDisplayBoundsChanged(
168 collection_->SetDisplayInfo(work_area, display.bounds());
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.h135 BalloonCollection* collection_; member in class:BalloonViewImpl
H A Dballoon_view.cc97 collection_(collection),
142 collection_->DisplayChanged();
146 collection_->DisplayChanged();
/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.h127 BalloonCollection* collection_; member in class:BalloonViewImpl
H A Dballoon_view_views.cc94 collection_(collection),
158 collection_->DisplayChanged();
162 collection_->DisplayChanged();
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_service.cc271 : AsyncHelper(service, callback), collection_(collection) {
282 scoped_refptr<AppCacheInfoCollection> collection_; member in class:appcache::AppCacheService::GetInfoHelper
290 collection->infos_by_origin.swap(collection_->infos_by_origin);
/external/v8/src/
H A Dprofile-generator.cc1128 : collection_(collection),
1155 collection_->RemoveSnapshot(this);
1641 collection_(snapshot_->collection()),
1675 collection_->names()->GetName(String::cast(shared->name()));
1685 collection_->names()->GetName(re->Pattern()),
1697 collection_->names()->GetName(String::cast(object)),
1710 collection_->names()->GetName(String::cast(shared->name())),
1718 collection_->names()->GetName(
1767 collection_->GetObjectId(object->address()),
2068 const char* reference_name = collection_
2662 HeapSnapshotsCollection* collection_; member in class:v8::internal::BasicHeapEntriesAllocator
3039 HeapSnapshotsCollection* collection_; member in class:v8::internal::SnapshotFiller
[all...]
H A Dprofile-generator.h640 HeapSnapshotsCollection* collection() { return collection_; }
678 HeapSnapshotsCollection* collection_; member in class:v8::internal::HeapSnapshot
1002 HeapSnapshotsCollection* collection_; member in class:v8::internal::V8HeapExplorer
1059 HeapSnapshotsCollection* collection_; member in class:v8::internal::NativeObjectsExplorer
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc204 : collection_(collection),
224 collection_->RemoveSnapshot(this);
230 max_snapshot_js_object_id_ = collection_->last_assigned_id();
737 collection_(snapshot_->collection()),
767 collection_->names()->GetName(String::cast(shared->name()));
773 collection_->names()->GetName(re->Pattern()));
775 const char* name = collection_->names()->GetName(
780 name = collection_->names()->GetFormatted("%s / %s", name, tag);
787 collection_->names()->GetName(String::cast(object)));
794 collection_
1908 HeapSnapshotsCollection* collection_; member in class:v8::internal::BasicHeapEntriesAllocator
2221 HeapSnapshotsCollection* collection_; member in class:v8::internal::SnapshotFiller
[all...]
H A Dheap-snapshot-generator.h167 HeapSnapshotsCollection* collection() { return collection_; }
201 HeapSnapshotsCollection* collection_; member in class:v8::internal::HeapSnapshot
514 HeapSnapshotsCollection* collection_; member in class:v8::internal::V8HeapExplorer
574 HeapSnapshotsCollection* collection_; member in class:v8::internal::NativeObjectsExplorer
/external/chromium/base/
H A Dtracked_objects.h320 Collection collection_; member in class:tracked_objects::DataCollector
H A Dtracked_objects.cc623 collection_.push_back(Snapshot(*it->first, thread_data, it->second));
637 return &collection_;
645 collection_.push_back(Snapshot(*it->first, it->second));
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc2096 collection_(BalloonNotificationUIManager::GetInstanceForTesting()->
2101 collection_->set_on_collection_changed_callback(
2119 static_cast<int>(collection_->GetActiveBalloons().size()) == count_;
2127 collection_->set_on_collection_changed_callback(base::Closure());

Completed in 3834 milliseconds

12