/external/chromium_org/ui/message_center/views/ |
toast_contents_view.cc | 51 : collection_(collection), 70 if (collection_) 71 collection_->ForgetToast(this); 138 if (collection_) 139 collection_->IncrementDeferCounter(); 150 if (collection_) 151 collection_->IncrementDeferCounter(); 162 if (collection_) 163 collection_->IncrementDeferCounter(); 192 if (collection_) [all...] |
message_popup_collection_unittest.cc | 32 collection_.reset(new MessagePopupCollection( 37 collection_->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), 46 collection_.reset(); 52 MessagePopupCollection* collection() { return collection_.get(); } 55 return collection_->toasts_.size(); 59 return collection_->latest_toast_entered_ != NULL; 63 views::Widget* widget = collection_->GetWidgetForTest(id); 68 return collection_->GetWidgetForTest(id); 72 return collection_->work_area_; 77 collection_->toasts_.begin() 120 scoped_ptr<MessagePopupCollection> collection_; member in class:message_center::test::MessagePopupCollectionTest [all...] |
toast_contents_view.h | 121 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
|
/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_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 | 126 : collection_(BalloonNotificationUIManager::GetInstanceForTesting()-> 136 collection_->set_on_collection_changed_callback( 142 collection_->set_on_collection_changed_callback(base::Closure()); 187 BalloonCollection* collection_; member in class:__anon5319::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 | 173 PanelCollection* collection() const { return collection_; } 177 collection_ = new_collection; 353 PanelCollection* collection_; // Owned by PanelManager. member in class:Panel
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray.cc | 101 message_center::MessagePopupCollection* collection_; member in class:ash::internal::WorkAreaObserver 110 : collection_(NULL), 144 collection_ = collection; 156 collection_ = NULL; 163 collection_->OnDisplayBoundsChanged( 191 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 | 124 BalloonCollection* collection_; member in class:BalloonViewImpl
|
balloon_view_views.cc | 91 collection_(collection), 160 collection_->DisplayChanged(); 164 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/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...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |
automation_provider_observers.h | 1221 BalloonCollection* collection_; member in class:OnNotificationBalloonCountObserver [all...] |