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

  /external/chromium_org/storage/browser/fileapi/
isolated_file_system_backend.h 36 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
sandbox_file_system_backend.h 49 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
file_system_backend.h 104 virtual bool SupportsStreaming(const FileSystemURL& url) const = 0;
isolated_file_system_backend.cc 109 bool IsolatedFileSystemBackend::SupportsStreaming(
plugin_private_file_system_backend.h 78 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
sandbox_file_system_backend.cc 124 bool SandboxFileSystemBackend::SupportsStreaming(
plugin_private_file_system_backend.cc 186 bool PluginPrivateFileSystemBackend::SupportsStreaming(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 74 virtual bool SupportsStreaming(
device_media_async_file_util.h 39 bool SupportsStreaming(const storage::FileSystemURL& url);
media_file_system_backend.cc 311 bool MediaFileSystemBackend::SupportsStreaming(
315 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 47 virtual bool SupportsStreaming(
sync_file_system_backend.cc 179 bool SyncFileSystemBackend::SupportsStreaming(
  /external/chromium_org/content/public/test/
test_file_system_backend.h 53 virtual bool SupportsStreaming(
test_file_system_backend.cc 287 bool TestFileSystemBackend::SupportsStreaming(
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 107 virtual bool SupportsStreaming(
file_system_backend.cc 318 bool FileSystemBackend::SupportsStreaming(
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 497 if (backend->SupportsStreaming(url)) {

Completed in 212 milliseconds