Home
last modified time | relevance | path

Searched refs:collection_ (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/ui/message_center/views/
Dtoast_contents_view.cc51 : collection_(collection), in ToastContentsView()
70 if (collection_) in ~ToastContentsView()
71 collection_->ForgetToast(this); in ~ToastContentsView()
138 if (collection_) in SetBoundsWithAnimation()
139 collection_->IncrementDeferCounter(); in SetBoundsWithAnimation()
150 if (collection_) in StartFadeIn()
151 collection_->IncrementDeferCounter(); in StartFadeIn()
162 if (collection_) in StartFadeOut()
163 collection_->IncrementDeferCounter(); in StartFadeOut()
192 if (collection_) in OnBoundsAnimationEndedOrCancelled()
[all …]
Dmessage_popup_collection_unittest.cc32 collection_.reset(new MessagePopupCollection( in SetUp()
37 collection_->SetDisplayInfo(gfx::Rect(0, 0, 600, 390), in SetUp()
46 collection_.reset(); in TearDown()
52 MessagePopupCollection* collection() { return collection_.get(); } in collection()
55 return collection_->toasts_.size(); in GetToastCounts()
59 return collection_->latest_toast_entered_ != NULL; in MouseInCollection()
63 views::Widget* widget = collection_->GetWidgetForTest(id); in IsToastShown()
68 return collection_->GetWidgetForTest(id); in GetWidget()
72 return collection_->work_area_; in GetWorkArea()
77 collection_->toasts_.begin(); in GetToast()
[all …]
Dtoast_contents_view.h121 base::WeakPtr<MessagePopupCollection> collection_; variable
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc156 DCHECK(!collection_); in ~Panel()
197 DCHECK(initialized_ && collection_ != NULL); in SetExpansionState()
198 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this)); in SetExpansionState()
220 return collection_ && collection_->CanShowMinimizeButton(this); in CanShowMinimizeButton()
224 return collection_ && collection_->CanShowRestoreButton(this); in CanShowRestoreButton()
237 return !collection_ || collection_->IsPanelMinimized(this); in IsMinimized()
265 if (manager()->display_settings_provider()->is_full_screen() || !collection_) in Show()
276 if (manager()->display_settings_provider()->is_full_screen() || !collection_) in ShowInactive()
289 if (!collection_) in Activate()
292 collection_->ActivatePanel(this); in Activate()
[all …]
Dpanel.h173 PanelCollection* collection() const { return collection_; } in collection()
177 collection_ = new_collection; in set_collection()
353 PanelCollection* collection_; // Owned by PanelManager. variable
/external/chromium/chrome/browser/chromeos/notifications/
Dsystem_notification.cc17 collection_ = static_cast<BalloonCollectionImpl*>( in Init()
30 collection_(NULL), in SystemNotification()
43 collection_(NULL), in SystemNotification()
70 collection_->UpdateAndShowNotification(notify); in Show()
72 collection_->UpdateNotification(notify); in Show()
75 collection_->AddSystemNotification(notify, profile_, in Show()
78 collection_->AddWebUIMessageCallback(notify, "link", callback); in Show()
86 collection_->RemoveById(delegate_->id()); in Hide()
Dsystem_notification.h83 BalloonCollectionImpl* collection_; variable
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection_unittest.mm28 collection_.reset(
30 [collection_ setAnimationDuration:0.001];
31 [collection_ setAnimationEndedCallback:^{
38 collection_.reset(); // Close all popups.
105 if (![collection_ isAnimating])
115 base::scoped_nsobject<MCPopupCollection> collection_;
119 EXPECT_EQ(0u, [[collection_ popups] count]);
121 EXPECT_EQ(3u, [[collection_ popups] count]);
125 EXPECT_EQ(2u, [[collection_ popups] count]);
129 [collection_ setScreenFrame:NSMakeRect(0, 0, 800, 300)];
[all …]
/external/chromium/chrome/browser/notifications/
Dballoon.cc18 collection_(collection) { in Balloon()
31 collection_->ResizeBalloon(this, size); in SetContentPreferredSize()
61 collection_->OnBalloonClosed(this); in OnClose()
Dballoon.h71 const BalloonCollection* collection() const { return collection_; } in collection()
119 BalloonCollection* collection_; variable
/external/chromium_org/chrome/browser/notifications/
Dballoon.cc27 collection_(collection) { in Balloon()
40 collection_->ResizeBalloon(this, size); in ResizeDueToAutoResize()
70 collection_->OnBalloonClosed(this); in OnClose()
Dballoon.h73 const BalloonCollection* collection() const { return collection_; } in collection()
124 BalloonCollection* collection_; variable
Dnotification_browsertest.cc126 : collection_(BalloonNotificationUIManager::GetInstanceForTesting()-> in NotificationBalloonChangeObserver()
136 collection_->set_on_collection_changed_callback( in NotificationBalloonChangeObserver()
142 collection_->set_on_collection_changed_callback(base::Closure()); in ~NotificationBalloonChangeObserver()
187 BalloonCollection* collection_; member in __anond27c255c0111::NotificationBalloonChangeObserver
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
Dballoon_controller_unittest.mm66 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/chrome/browser/ui/cocoa/notifications/
Dballoon_controller_unittest.mm62 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/
Dweb_notification_tray.cc101 message_center::MessagePopupCollection* collection_; member in ash::internal::WorkAreaObserver
110 : collection_(NULL), in WorkAreaObserver()
144 collection_ = collection; in StartObserving()
156 collection_ = NULL; in StopObserving()
163 collection_->OnDisplayBoundsChanged( in OnDisplayWorkAreaInsetsChanged()
191 collection_->SetDisplayInfo(work_area, display.bounds()); in OnAutoHideStateChanged()
/external/v8/src/
Dprofile-generator.cc1128 : collection_(collection), in HeapSnapshot()
1155 collection_->RemoveSnapshot(this); in Delete()
1641 collection_(snapshot_->collection()), in V8HeapExplorer()
1675 collection_->names()->GetName(String::cast(shared->name())); in AddEntry()
1685 collection_->names()->GetName(re->Pattern()), in AddEntry()
1697 collection_->names()->GetName(String::cast(object)), in AddEntry()
1710 collection_->names()->GetName(String::cast(shared->name())), in AddEntry()
1718 collection_->names()->GetName( in AddEntry()
1767 collection_->GetObjectId(object->address()), in AddEntry()
2068 const char* reference_name = collection_->names()->GetFormatted( in ExtractClosureReferences()
[all …]
Dprofile-generator.h640 HeapSnapshotsCollection* collection() { return collection_; } in collection()
678 HeapSnapshotsCollection* collection_; variable
1002 HeapSnapshotsCollection* collection_; variable
1059 HeapSnapshotsCollection* collection_; variable
/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view.cc97 collection_(collection), in BalloonViewImpl()
142 collection_->DisplayChanged(); in OnDisplayChanged()
146 collection_->DisplayChanged(); in OnWorkAreaChanged()
Dballoon_view.h135 BalloonCollection* collection_; variable
/external/chromium_org/webkit/browser/appcache/
Dappcache_service.cc271 : AsyncHelper(service, callback), collection_(collection) { in GetInfoHelper()
282 scoped_refptr<AppCacheInfoCollection> collection_; member in appcache::AppCacheService::GetInfoHelper
290 collection->infos_by_origin.swap(collection_->infos_by_origin); in OnAllInfo()
/external/chromium_org/chrome/browser/ui/views/notifications/
Dballoon_view_views.cc91 collection_(collection), in BalloonViewImpl()
160 collection_->DisplayChanged(); in OnDisplayChanged()
164 collection_->DisplayChanged(); in OnWorkAreaChanged()
Dballoon_view_views.h124 BalloonCollection* collection_; variable
/external/chromium/base/
Dtracked_objects.cc623 collection_.push_back(Snapshot(*it->first, thread_data, it->second)); in Append()
637 return &collection_; in collection()
645 collection_.push_back(Snapshot(*it->first, it->second)); in AddListOfLivingObjects()
Dtracked_objects.h320 Collection collection_; variable

12