Searched refs:collection_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dpopup_alignment_delegate.cc11 PopupAlignmentDelegate::PopupAlignmentDelegate() : collection_(NULL) {}
16 if (collection_)
17 collection_->DoUpdateIfPossible();
H A Dtoast_contents_view.cc53 : collection_(collection),
72 if (collection_)
73 collection_->ForgetToast(this);
149 if (collection_)
150 collection_->IncrementDeferCounter();
161 if (collection_)
162 collection_->IncrementDeferCounter();
173 if (collection_)
174 collection_->IncrementDeferCounter();
203 if (collection_)
[all...]
H A Dpopup_alignment_delegate.h25 collection_ = collection;
56 MessagePopupCollection* collection_; member in class:message_center::PopupAlignmentDelegate
H A Dmessage_popup_collection_unittest.cc34 collection_.reset(new MessagePopupCollection(
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);
86 collection_->toasts_.begin();
87 iter != collection_->toasts_.end(); ++iter) {
110 void PrepareForWait() { collection_
129 scoped_ptr<MessagePopupCollection> collection_; member in class:message_center::test::MessagePopupCollectionTest
[all...]
H A Dtoast_contents_view.h118 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
/external/chromium_org/third_party/webrtc/base/
H A Dscopedptrcollection.h32 for (typename VectorT::iterator it = collection_.begin();
33 it != collection_.end(); ++it) {
38 const VectorT& collection() const { return collection_; }
40 collection_.reserve(size);
43 collection_.push_back(t);
48 collection_.erase(std::remove(collection_.begin(), collection_.end(), t),
49 collection_.end());
53 VectorT collection_; member in class:rtc::ScopedPtrCollection
[all...]
H A Dscopedptrcollection_unittest.cc40 collection_(new ScopedPtrCollection<InstanceCounter>()) {
44 scoped_ptr<ScopedPtrCollection<InstanceCounter> > collection_; member in class:rtc::ScopedPtrCollectionTest
48 EXPECT_EQ(0u, collection_->collection().size());
52 collection_->PushBack(new InstanceCounter(&num_instances_));
54 EXPECT_EQ(static_cast<size_t>(kNum), collection_->collection().size());
56 collection_.reset();
62 collection_->PushBack(ic);
63 EXPECT_EQ(1u, collection_->collection().size());
64 collection_->Remove(ic);
66 collection_
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc160 DCHECK(!collection_);
203 DCHECK(initialized_ && collection_ != NULL);
204 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
226 return collection_ && collection_->CanShowMinimizeButton(this);
230 return collection_ && collection_->CanShowRestoreButton(this);
243 return !collection_ || collection_->IsPanelMinimized(this);
271 if (manager()->display_settings_provider()->is_full_screen() || !collection_)
[all...]
H A Dpanel.h182 PanelCollection* collection() const { return collection_; }
186 collection_ = new_collection;
362 PanelCollection* collection_; // Owned by PanelManager. member in class:Panel
/external/chromium_org/content/browser/appcache/
H A Dappcache_service_impl.cc278 : AsyncHelper(service, callback), collection_(collection) {
289 scoped_refptr<AppCacheInfoCollection> collection_; member in class:content::AppCacheServiceImpl::GetInfoHelper
297 collection->infos_by_origin.swap(collection_->infos_by_origin);

Completed in 342 milliseconds