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 318 fileapi::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 231 file_system_context->external_backend();
624 const fileapi::ExternalFileSystemBackend* external_backend = local
625 file_system_context->external_backend();
626 DCHECK(external_backend);
632 DCHECK(external_backend->CanHandleType(fileSystemUrl.type()));
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 198 context->external_backend()->GrantFullAccessToExtension(kFileManagerAppId);
fileapi_util.cc 306 GetFileSystemContext()->external_backend();
354 file_system_context->external_backend();
file_browser_handlers.cc 207 file_system_context_handler->external_backend();
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 182 ExternalFileSystemBackend* external_backend() const;
file_system_context.cc 311 FileSystemContext::external_backend() const { function in class:fileapi::FileSystemContext
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 220 milliseconds