HomeSort by relevance Sort by last modified time
    Searched refs:ItemList (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/renderer/media/
tagged_list.h 26 typedef std::list<scoped_refptr<ItemType> > ItemList;
39 const ItemList& Items() const {
46 void RetrieveAndClearTags(ItemList* dest) {
57 typename ItemList::iterator it = std::find_if(
86 ItemList items_;
87 ItemList tagged_items_;
webrtc_local_audio_track.cc 56 SinkList::ItemList sinks;
57 SinkList::ItemList sinks_to_notify_format;
67 for (SinkList::ItemList::const_iterator it = sinks_to_notify_format.begin();
78 for (SinkList::ItemList::const_iterator it = sinks.begin();
203 SinkList::ItemList sinks;
208 for (SinkList::ItemList::const_iterator it = sinks.begin();
235 SinkList::ItemList sinks;
244 for (SinkList::ItemList::const_iterator it = sinks.begin();
webrtc_audio_capturer.cc 411 TrackList::ItemList tracks;
427 for (TrackList::ItemList::const_iterator it = tracks.begin();
476 TrackList::ItemList tracks;
477 TrackList::ItemList tracks_to_notify_format;
513 for (TrackList::ItemList::const_iterator it = tracks_to_notify_format.begin();
549 for (TrackList::ItemList::const_iterator it = tracks.begin();
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner());
45 if (ItemList.empty()) return;
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
50 I != ItemList.end(); ++I)
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
58 I != ItemList.end(); ++I)
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 80 typedef std::vector<Item> ItemList;
82 BundleInstaller(Browser* browser, const ItemList& items);
88 ItemList GetItemsWithState(Item::State state) const;
bundle_installer.cc 111 const BundleInstaller::ItemList& items)
124 BundleInstaller::ItemList BundleInstaller::GetItemsWithState(
126 ItemList list;
251 ItemList pending_items = GetItemsWithState(Item::STATE_PENDING);
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.h 70 extensions::BundleInstaller::ItemList* items);
webstore_private_api.cc 169 BundleInstaller::ItemList items;
183 BundleInstaller::ItemList* items) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
bundle_installed_bubble.cc 102 void AddItemList(GridLayout* layout, const BundleInstaller::ItemList& items) {
extension_install_dialog_view.cc 363 BundleInstaller::ItemList items = prompt_->bundle()->GetItemsWithState(
    [all...]

Completed in 3932 milliseconds