HomeSort by relevance Sort by last modified time
    Searched defs:external_backend (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 318 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(),
private_api_file_system.cc 234 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/storage/browser/fileapi/
file_system_context.cc 320 FileSystemContext::external_backend() const { function in class:storage::FileSystemContext

Completed in 475 milliseconds