OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSandboxFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
file_system_context.cc
281
bool FileSystemContext::
IsSandboxFileSystem
(FileSystemType type) const {
324
if (!FileSystemContext::
IsSandboxFileSystem
(type)) {
479
return !is_incognito_ || !FileSystemContext::
IsSandboxFileSystem
(url.type());
484
if (
IsSandboxFileSystem
(type)) {
file_system_quota_client.cc
203
return file_system_context_->
IsSandboxFileSystem
(type);
file_system_context.h
170
bool
IsSandboxFileSystem
(FileSystemType type) const;
file_system_operation_impl.cc
317
if (!file_system_context()->
IsSandboxFileSystem
(url.type()))
Completed in 78 milliseconds