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

  /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/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/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/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/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/chrome/browser/automation/
automation_provider_observers.cc     [all...]
automation_provider_observers.h 1221 BalloonCollection* collection_; member in class:OnNotificationBalloonCountObserver
    [all...]

Completed in 1572 milliseconds