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

  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_backend.h 48 virtual bool SupportsStreaming(
privet_filesystem_backend.cc 77 bool PrivetFileSystemBackend::SupportsStreaming(
  /external/chromium_org/webkit/browser/fileapi/
file_system_backend.h 93 virtual bool SupportsStreaming(const FileSystemURL& url) const = 0;
isolated_file_system_backend.h 34 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
sandbox_file_system_backend.h 48 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
isolated_file_system_backend.cc 103 bool IsolatedFileSystemBackend::SupportsStreaming(
plugin_private_file_system_backend.h 75 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
sandbox_file_system_backend.cc 121 bool SandboxFileSystemBackend::SupportsStreaming(
plugin_private_file_system_backend.cc 181 bool PluginPrivateFileSystemBackend::SupportsStreaming(
  /external/chromium_org/content/public/test/
test_file_system_backend.h 52 virtual bool SupportsStreaming(
test_file_system_backend.cc 225 bool TestFileSystemBackend::SupportsStreaming(
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 104 virtual bool SupportsStreaming(
file_system_backend.cc 280 bool FileSystemBackend::SupportsStreaming(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 72 virtual bool SupportsStreaming(
device_media_async_file_util.h 39 bool SupportsStreaming(const fileapi::FileSystemURL& url);
media_file_system_backend.cc 306 bool MediaFileSystemBackend::SupportsStreaming(
310 return device_media_async_file_util_->SupportsStreaming(url);
device_media_async_file_util.cc 252 bool DeviceMediaAsyncFileUtil::SupportsStreaming(
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 46 virtual bool SupportsStreaming(
sync_file_system_backend.cc 174 bool SyncFileSystemBackend::SupportsStreaming(
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 496 if (backend->SupportsStreaming(url)) {

Completed in 70 milliseconds