HomeSort by relevance Sort by last modified time
    Searched refs:collection_ (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 17 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());
system_notification.h 83 BalloonCollectionImpl* collection_; member in class:chromeos::SystemNotification
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 48 : 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_->IncrementDeferCounter()
    [all...]
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...]
toast_contents_view.h 95 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
  /external/chromium/chrome/browser/notifications/
balloon.cc 18 collection_(collection) {
31 collection_->ResizeBalloon(this, size);
61 collection_->OnBalloonClosed(this);
balloon.h 71 const BalloonCollection* collection() const { return collection_; }
119 BalloonCollection* collection_; member in class:Balloon
  /external/chromium_org/chrome/browser/notifications/
balloon.cc 27 collection_(collection) {
40 collection_->ResizeBalloon(this, size);
70 collection_->OnBalloonClosed(this);
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/panels/
panel.cc 156 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...]
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/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/ui/views/notifications/
balloon_view.h 135 BalloonCollection* collection_; member in class:BalloonViewImpl
balloon_view.cc 97 collection_(collection),
142 collection_->DisplayChanged();
146 collection_->DisplayChanged();
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.h 127 BalloonCollection* collection_; member in class:BalloonViewImpl
balloon_view_views.cc 94 collection_(collection),
158 collection_->DisplayChanged();
162 collection_->DisplayChanged();
  /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/v8/src/
profile-generator.cc 2662 HeapSnapshotsCollection* collection_; member in class:v8::internal::BasicHeapEntriesAllocator
3039 HeapSnapshotsCollection* collection_; member in class:v8::internal::SnapshotFiller
    [all...]
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...]
  /external/chromium_org/v8/src/
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...]
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
  /external/chromium/base/
tracked_objects.h 320 Collection collection_; member in class:tracked_objects::DataCollector
tracked_objects.cc 623 collection_.push_back(Snapshot(*it->first, thread_data, it->second));
637 return &collection_;
645 collection_.push_back(Snapshot(*it->first, it->second));
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 404 milliseconds

1 2