Home
last modified time | relevance | path

Searched refs:GetBlobStorageContext (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc178 params->blob_storage_context = profile->GetBlobStorageContext(); in InitializeProfileParams()
Dprofile.h525 virtual ChromeBlobStorageContext* GetBlobStorageContext() = 0;
Dprofile_impl.h131 virtual ChromeBlobStorageContext* GetBlobStorageContext();
Dprofile.cc631 virtual ChromeBlobStorageContext* GetBlobStorageContext() { in GetBlobStorageContext() function in OffTheRecordProfileImpl
Dprofile_impl.cc1407 ChromeBlobStorageContext* ProfileImpl::GetBlobStorageContext() { in GetBlobStorageContext() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h214 virtual ChromeBlobStorageContext* GetBlobStorageContext() { NOTREACHED(); return NULL; } in GetBlobStorageContext() function