OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blob_storage_context_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/profiles/
profile.cc
632
if (!
blob_storage_context_
) {
633
blob_storage_context_
= new ChromeBlobStorageContext();
637
blob_storage_context_
.get(),
640
return
blob_storage_context_
;
731
scoped_refptr<ChromeBlobStorageContext>
blob_storage_context_
;
member in class:OffTheRecordProfileImpl
profile_io_data.cc
311
blob_storage_context_
= profile_params_->blob_storage_context;
318
resource_context_.set_blob_storage_context(
blob_storage_context_
);
profile_impl.h
299
scoped_refptr<ChromeBlobStorageContext>
blob_storage_context_
;
member in class:ProfileImpl
profile_io_data.h
221
mutable scoped_refptr<ChromeBlobStorageContext>
blob_storage_context_
;
member in class:ProfileIOData
profile_impl.cc
[
all
...]
/external/chromium/chrome/browser/net/
chrome_url_request_context.h
64
return
blob_storage_context_
.get();
112
blob_storage_context_
= context;
146
scoped_refptr<ChromeBlobStorageContext>
blob_storage_context_
;
member in class:ChromeURLRequestContext
Completed in 4351 milliseconds