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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 370 fileapi::ExternalFileSystemBackend* external_backend = local
372 GetFileSystemContext()->external_backend();
373 DCHECK(external_backend);
375 external_backend->GetVirtualPath(full_path_, &virtual_path_);
381 external_backend->GrantFileAccessToExtension(extension_id(), virtual_path_);
private_api_file_system.cc 116 GetFileSystemContext()->external_backend();
251 file_system_context->external_backend();
file_tasks.cc 56 profile, file_browser_id)->external_backend();
file_manager_util.cc 247 GetFileSystemContext()->external_backend();
588 GetFileSystemContext()->external_backend();
file_browser_handlers.cc 238 file_system_context_handler->external_backend();
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 155 ExternalFileSystemBackend* external_backend() const;
file_system_context.cc 261 FileSystemContext::external_backend() const { function in class:fileapi::FileSystemContext
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 1301 milliseconds