HomeSort by relevance Sort by last modified time
    Searched defs:collection_ (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 83 BalloonCollectionImpl* collection_; member in class:chromeos::SystemNotification
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 135 BalloonCollection* collection_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/notifications/
balloon.h 71 const BalloonCollection* collection() const { return collection_; }
119 BalloonCollection* collection_; member in class:Balloon
  /external/chromium_org/chrome/browser/notifications/
balloon.h 73 const BalloonCollection* collection() const { return collection_; }
124 BalloonCollection* collection_; member in class:Balloon
notification_browsertest.cc 125 : 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:__anon7802::NotificationBalloonChangeObserver
    [all...]
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.h 127 BalloonCollection* collection_; member in class:BalloonViewImpl
  /external/chromium_org/ui/message_center/views/
toast_contents_view.h 95 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
message_popup_collection_unittest.cc 31 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_->work_area_
117 scoped_ptr<MessagePopupCollection> collection_; member in class:message_center::test::MessagePopupCollectionTest
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 172 PanelCollection* collection() const { return collection_; }
176 collection_ = new_collection;
359 PanelCollection* collection_; // Owned by PanelManager. member in class:Panel
  /external/chromium_org/webkit/browser/appcache/
appcache_service.cc 271 : 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/chromium/base/
tracked_objects.h 320 Collection collection_; member in class:tracked_objects::DataCollector
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 88 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/automation/
automation_provider_observers.h 1221 BalloonCollection* collection_; member in class:OnNotificationBalloonCountObserver
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 1368 BalloonCollection* collection_; member in class:OnNotificationBalloonCountObserver
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 167 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
heap-snapshot-generator.cc 204 : 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_->names()->GetName(name))
1908 HeapSnapshotsCollection* collection_; member in class:v8::internal::BasicHeapEntriesAllocator
2221 HeapSnapshotsCollection* collection_; member in class:v8::internal::SnapshotFiller
    [all...]
  /external/v8/src/
profile-generator.h 640 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
    [all...]
profile-generator.cc 2662 HeapSnapshotsCollection* collection_; member in class:v8::internal::BasicHeapEntriesAllocator
3039 HeapSnapshotsCollection* collection_; member in class:v8::internal::SnapshotFiller
    [all...]

Completed in 1178 milliseconds