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

  /external/chromium_org/ui/message_center/views/
popup_alignment_delegate.h 25 collection_ = collection;
56 MessagePopupCollection* collection_; member in class:message_center::PopupAlignmentDelegate
toast_contents_view.h 118 base::WeakPtr<MessagePopupCollection> collection_; member in class:message_center::ToastContentsView
message_popup_collection_unittest.cc 34 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_->CreateRunLoopForTest();
129 scoped_ptr<MessagePopupCollection> collection_; member in class:message_center::test::MessagePopupCollectionTest
    [all...]
  /external/chromium_org/third_party/webrtc/base/
scopedptrcollection_unittest.cc 40 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_.reset()
    [all...]
scopedptrcollection.h 32 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...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 182 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/
appcache_service_impl.cc 278 : 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 771 milliseconds