Searched refs:BlobDataItemList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DBlobRegistryImpl.h66 void appendStorageItems(BlobStorageData*, const BlobDataItemList&);
67 void appendStorageItems(BlobStorageData*, const BlobDataItemList&, long long offset, long long length);
H A DBlobData.h145 typedef Vector<BlobDataItem> BlobDataItemList; typedef in namespace:WebCore
161 const BlobDataItemList& items() const { return m_items; }
162 void swapItems(BlobDataItemList&);
180 BlobDataItemList m_items;
H A DBlobRegistryImpl.cpp85 void BlobRegistryImpl::appendStorageItems(BlobStorageData* blobStorageData, const BlobDataItemList& items)
87 for (BlobDataItemList::const_iterator iter = items.begin(); iter != items.end(); ++iter) {
97 void BlobRegistryImpl::appendStorageItems(BlobStorageData* blobStorageData, const BlobDataItemList& items, long long offset, long long length)
101 BlobDataItemList::const_iterator iter = items.begin();
136 for (BlobDataItemList::const_iterator iter = blobData->items().begin(); iter != blobData->items().end(); ++iter) {
H A DBlobStorageData.h49 const BlobDataItemList& items() const { return m_data.items(); }
H A DBlobData.cpp93 void BlobData::swapItems(BlobDataItemList& items)
/external/webkit/Source/WebCore/fileapi/
H A DWebKitBlobBuilder.h65 BlobDataItemList m_items;

Completed in 77 milliseconds