Home
last modified time | relevance | path

Searched refs:ChromeBlobStorageContext (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h63 ChromeBlobStorageContext* blob_storage_context() const { in blob_storage_context()
111 void set_blob_storage_context(ChromeBlobStorageContext* context) { in set_blob_storage_context()
146 scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h24 class ChromeBlobStorageContext; variable
111 scoped_refptr<ChromeBlobStorageContext> blob_storage_context;
221 mutable scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
Dprofile.cc631 virtual ChromeBlobStorageContext* GetBlobStorageContext() { in GetBlobStorageContext()
633 blob_storage_context_ = new ChromeBlobStorageContext(); in GetBlobStorageContext()
638 &ChromeBlobStorageContext::InitializeOnIOThread)); in GetBlobStorageContext()
731 scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
Dprofile.h68 class ChromeBlobStorageContext; variable
525 virtual ChromeBlobStorageContext* GetBlobStorageContext() = 0;
Dprofile_impl.h131 virtual ChromeBlobStorageContext* GetBlobStorageContext();
299 scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
Dprofile_impl.cc1407 ChromeBlobStorageContext* ProfileImpl::GetBlobStorageContext() { in GetBlobStorageContext()
1409 blob_storage_context_ = new ChromeBlobStorageContext(); in GetBlobStorageContext()
1413 &ChromeBlobStorageContext::InitializeOnIOThread)); in GetBlobStorageContext()
/external/chromium/android/autofill/
Dprofile_android.h214 virtual ChromeBlobStorageContext* GetBlobStorageContext() { NOTREACHED(); return NULL; } in GetBlobStorageContext()