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

  /external/chromium_org/webkit/common/fileapi/
file_system_types.h 39 kFileSystemTypeExternal = blink::WebFileSystemTypeExternal,
104 // the handlers of kFileSystemTypeExternal.
file_system_util.cc 167 { kFileSystemTypeExternal, kExternalDir },
222 case kFileSystemTypeExternal:
287 case kFileSystemTypeExternal:
472 kFileSystemTypeExternal).spec();
  /external/chromium_org/ppapi/shared_impl/
file_system_util.cc 19 return fileapi::kFileSystemTypeExternal;
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 147 fileapi::kFileSystemTypeExternal,
185 fileapi::kFileSystemTypeExternal,
276 fileapi::kFileSystemTypeExternal, fileapi::kFileSystemTypeDrive,
282 fileapi::kFileSystemTypeExternal,
290 fileapi::kFileSystemTypeExternal, fileapi::kFileSystemTypeNativeLocal,
378 EXPECT_EQ(fileapi::kFileSystemTypeExternal, cracked_url.mount_type());
file_system_url_unittest.cc 22 using fileapi::kFileSystemTypeExternal;
34 EXPECT_TRUE(url.type() != kFileSystemTypeExternal &&
external_mount_points_unittest.cc 245 fileapi::kFileSystemTypeExternal));
358 fileapi::kFileSystemTypeExternal,
379 EXPECT_EQ(fileapi::kFileSystemTypeExternal, cracked.mount_type())
isolated_context_unittest.cc 306 fileapi::kFileSystemTypeExternal));
  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 33 fileapi::GetFileSystemName(origin, fileapi::kFileSystemTypeExternal);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 51 fileapi::kFileSystemTypeExternal,
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 118 case kFileSystemTypeExternal:
313 GetFileSystemBackend(kFileSystemTypeExternal));
380 if (filesystem_url.type() == kFileSystemTypeExternal) {
575 kFileSystemTypeExternal,
external_mount_points.cc 120 return type == kFileSystemTypeExternal ||
250 fileapi::kFileSystemTypeExternal,
isolated_context.cc 213 return type == kFileSystemTypeIsolated || type == kFileSystemTypeExternal;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 36 fileapi::kFileSystemTypeExternal);
140 fileapi::kFileSystemTypeExternal,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 41 mount_type != fileapi::kFileSystemTypeExternal) {
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader_unittest.cc 69 fileapi::kFileSystemTypeExternal,
provider_async_file_util_unittest.cc 104 fileapi::kFileSystemTypeExternal,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 30 fileapi::kFileSystemTypeExternal,
file_system_backend.cc 78 case fileapi::kFileSystemTypeExternal:
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 186 filesystem_url.type() != fileapi::kFileSystemTypeExternal ||
  /external/chromium_org/content/renderer/pepper/
resource_converter.cc 76 case fileapi::kFileSystemTypeExternal:
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc 189 if (file_system_url_.mount_type() == fileapi::kFileSystemTypeExternal) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 1412 milliseconds