Searched refs:external_backend (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.cc318 storage::ExternalFileSystemBackend* external_backend = local
320 GetProfile(), render_view_host())->external_backend();
321 DCHECK(external_backend);
326 external_backend->GetVirtualPath(full_path, &file_definition.virtual_path);
332 external_backend->GrantFileAccessToExtension(extension_id(),
H A Dprivate_api_file_system.cc234 file_system_context->external_backend();
625 const storage::ExternalFileSystemBackend* external_backend = local
626 file_system_context->external_backend();
627 DCHECK(external_backend);
633 DCHECK(external_backend->CanHandleType(fileSystemUrl.type()));
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc307 ->external_backend();
355 file_system_context->external_backend();
H A Dfilesystem_api_util.cc238 context->external_backend()->GrantFullAccessToExtension(kFileManagerAppId);
H A Dfile_browser_handlers.cc212 file_system_context_handler->external_backend();
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.h188 ExternalFileSystemBackend* external_backend() const;
H A Dfile_system_context.cc320 FileSystemContext::external_backend() const { function in class:storage::FileSystemContext
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.cc214 file_system_context_->external_backend()->GetRedirectURLForContents(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1081 if (filesystem_context && filesystem_context->external_backend()) {
1082 filesystem_context->external_backend()->

Completed in 1549 milliseconds