/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_org/ui/message_center/cocoa/ |
popup_collection_unittest.mm | 26 collection_.reset( 28 [collection_ setAnimationDuration:0.001]; 29 [collection_ setAnimationEndedCallback:^{ 36 collection_.reset(); // Close all popups. 98 if (![collection_ isAnimating]) 108 base::scoped_nsobject<MCPopupCollection> collection_; 112 EXPECT_EQ(0u, [[collection_ popups] count]); 114 EXPECT_EQ(3u, [[collection_ popups] count]); 118 EXPECT_EQ(2u, [[collection_ popups] count]); 122 [collection_ setScreenFrame:NSMakeRect(0, 0, 800, 300)] [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/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/ui/cocoa/notifications/ |
balloon_controller_unittest.mm | 66 collection_.reset(new MockBalloonCollection()); 70 collection_.reset(); 77 scoped_ptr<BalloonCollection> collection_; 85 new Balloon(n, profile(), collection_.get())); 101 new Balloon(n, profile(), collection_.get()));
|
/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/chrome/browser/ui/cocoa/notifications/ |
balloon_controller_unittest.mm | 62 collection_.reset(new MockBalloonCollection()); 75 scoped_ptr<BalloonCollection> collection_; 83 new Balloon(n, profile_.get(), collection_.get())); 99 new Balloon(n, profile_.get(), collection_.get()));
|
/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/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/chrome/browser/ui/views/notifications/ |
balloon_view.cc | 97 collection_(collection), 142 collection_->DisplayChanged(); 146 collection_->DisplayChanged();
|
balloon_view.h | 135 BalloonCollection* collection_; member in class:BalloonViewImpl
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
balloon_view_views.cc | 94 collection_(collection), 158 collection_->DisplayChanged(); 162 collection_->DisplayChanged();
|
balloon_view_views.h | 127 BalloonCollection* collection_; member in class:BalloonViewImpl
|
/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);
|