Searched defs:ChromeBlobStorageContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dchrome_blob_storage_context.h29 class CONTENT_EXPORT ChromeBlobStorageContext class in namespace:content
30 : public base::RefCountedThreadSafe<ChromeBlobStorageContext,
33 ChromeBlobStorageContext();
35 static ChromeBlobStorageContext* GetFor(
47 virtual ~ChromeBlobStorageContext();
50 friend class base::DeleteHelper<ChromeBlobStorageContext>;
51 friend class base::RefCountedThreadSafe<ChromeBlobStorageContext,
61 static void Destruct(const ChromeBlobStorageContext* context) {
H A Dchrome_blob_storage_context.cc42 ChromeBlobStorageContext::ChromeBlobStorageContext() {} function in class:content::ChromeBlobStorageContext
44 ChromeBlobStorageContext* ChromeBlobStorageContext::GetFor(
47 scoped_refptr<ChromeBlobStorageContext> blob =
48 new ChromeBlobStorageContext();
51 new UserDataAdapter<ChromeBlobStorageContext>(blob.get()));
56 base::Bind(&ChromeBlobStorageContext::InitializeOnIOThread, blob));
60 return UserDataAdapter<ChromeBlobStorageContext>::Get(
64 void ChromeBlobStorageContext
[all...]

Completed in 687 milliseconds