OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filesystem_context_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc
30
filesystem_context_
(filesystem_context),
53
filesystem_context_
.get() == other.
filesystem_context_
.get() &&
66
filesystem_context_
= other.
filesystem_context_
;
worker_storage_partition.h
79
return
filesystem_context_
.get();
97
scoped_refptr<fileapi::FileSystemContext>
filesystem_context_
;
member in class:content::WorkerStoragePartition
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.cc
56
// Returns the file task runner for the |
filesystem_context_
|.
58
return
filesystem_context_
->default_file_task_runner();
63
scoped_refptr<fileapi::FileSystemContext>
filesystem_context_
;
member in class:__anon4080::BrowsingDataFileSystemHelperImpl
89
:
filesystem_context_
(filesystem_context),
91
DCHECK(
filesystem_context_
.get());
136
filesystem_context_
->GetQuotaUtil(type);
146
filesystem_context_
.get(), current, type);
175
filesystem_context_
->DeleteDataForOriginOnFileThread(origin);
/external/chromium_org/content/browser/
storage_partition_impl.h
153
scoped_refptr<fileapi::FileSystemContext>
filesystem_context_
;
member in class:content::StoragePartitionImpl
storage_partition_impl.cc
334
filesystem_context_
(filesystem_context),
465
return
filesystem_context_
.get();
Completed in 81 milliseconds