OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFileSystemBackend
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
file_system_context.cc
227
FileSystemBackend* backend =
GetFileSystemBackend
(type);
246
FileSystemBackend* backend =
GetFileSystemBackend
(type);
254
FileSystemBackend* backend =
GetFileSystemBackend
(type);
265
FileSystemBackend* backend =
GetFileSystemBackend
(type);
272
FileSystemBackend* FileSystemContext::
GetFileSystemBackend
(
288
FileSystemBackend* backend =
GetFileSystemBackend
(type);
296
FileSystemBackend* backend =
GetFileSystemBackend
(type);
313
GetFileSystemBackend
(kFileSystemTypeExternal));
330
FileSystemBackend* backend =
GetFileSystemBackend
(type);
358
FileSystemBackend* backend =
GetFileSystemBackend
(url.type())
[
all
...]
file_system_quota_client.cc
70
FileSystemBackend* provider = context->
GetFileSystemBackend
(type);
file_system_context.h
163
FileSystemBackend*
GetFileSystemBackend
(
181
// calling
GetFileSystemBackend
(kFileSystemTypeExternal).
/external/chromium_org/content/browser/fileapi/
copy_or_move_file_validator_unittest.cc
63
file_system_context_->
GetFileSystemBackend
(kWithValidatorType);
69
file_system_context_->
GetFileSystemBackend
(src_type_);
98
file_system_context_->
GetFileSystemBackend
(kWithValidatorType));
browser_file_system_helper.cc
106
return context->
GetFileSystemBackend
(url.type()) != NULL;
file_system_operation_impl_write_unittest.cc
87
file_system_context_->
GetFileSystemBackend
(kFileSystemType))
copy_or_move_operation_delegate_unittest.cc
205
file_system_context_->
GetFileSystemBackend
(src_type_);
210
backend = file_system_context_->
GetFileSystemBackend
(dest_type_);
fileapi_message_filter.cc
495
FileSystemBackend* backend = context_->
GetFileSystemBackend
(url.type());
/external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc
209
file_system_context->
GetFileSystemBackend
(
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc
244
if (!file_system_context_->
GetFileSystemBackend
(file_system_url_.type())) {
Completed in 188 milliseconds