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

  /external/chromium_org/webkit/browser/blob/
blob_storage_context.h 64 struct BlobMapEntry {
69 BlobMapEntry();
70 BlobMapEntry(int refcount, int flags, BlobData* data);
71 ~BlobMapEntry();
74 typedef std::map<std::string, BlobMapEntry>
blob_storage_context.cc 41 BlobStorageContext::BlobMapEntry::BlobMapEntry()
45 BlobStorageContext::BlobMapEntry::BlobMapEntry(
50 BlobStorageContext::BlobMapEntry::~BlobMapEntry() {
119 blob_map_[uuid] = BlobMapEntry(1, BEING_BUILT, new BlobData(uuid));

Completed in 636 milliseconds