/external/chromium_org/webkit/common/fileapi/ |
file_system_types.h | 39 kFileSystemTypeExternal = blink::WebFileSystemTypeExternal, 104 // the handlers of kFileSystemTypeExternal.
|
file_system_util.cc | 162 case kFileSystemTypeExternal: 227 case kFileSystemTypeExternal: 406 kFileSystemTypeExternal).spec(); 448 FileSystemType mount_type = fileapi::kFileSystemTypeExternal;
|
/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 | 137 kFileSystemTypeExternal, 175 kFileSystemTypeExternal, 265 kFileSystemTypeExternal, kFileSystemTypeDrive, 271 kFileSystemTypeExternal, kFileSystemTypeRestrictedNativeLocal, 278 kFileSystemTypeExternal, kFileSystemTypeNativeLocal, 364 EXPECT_EQ(kFileSystemTypeExternal, cracked_url.mount_type());
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
fileapi_util.cc | 44 fileapi::kFileSystemTypeExternal);
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.cc | 350 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal, 529 if (type != fileapi::kFileSystemTypeExternal) 549 fileapi::kFileSystemTypeExternal, 614 fileapi::kFileSystemTypeExternal); 691 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal, 853 if (type != fileapi::kFileSystemTypeExternal) { 859 fileapi::kFileSystemTypeExternal, [all...] |
file_manager_util.cc | 93 fileapi::kFileSystemTypeExternal);
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
file_system_backend_unittest.cc | 30 fileapi::kFileSystemTypeExternal, 204 fileapi::kFileSystemTypeExternal,
|
file_system_backend.cc | 82 case fileapi::kFileSystemTypeExternal:
|
/external/chromium_org/webkit/browser/fileapi/ |
external_mount_points.cc | 115 return type == kFileSystemTypeExternal || 243 fileapi::kFileSystemTypeExternal,
|
external_mount_points_unittest.cc | 245 fileapi::kFileSystemTypeExternal)); 358 fileapi::kFileSystemTypeExternal, 379 EXPECT_EQ(fileapi::kFileSystemTypeExternal, cracked.mount_type())
|
file_system_context.cc | 93 case kFileSystemTypeExternal: 286 GetFileSystemBackend(kFileSystemTypeExternal)); 518 kFileSystemTypeExternal,
|
file_system_url.cc | 58 { kFileSystemTypeExternal, kExternalDir },
|
file_system_url_unittest.cc | 27 EXPECT_TRUE(url.type() != kFileSystemTypeExternal &&
|
isolated_context_unittest.cc | 294 fileapi::kFileSystemTypeExternal));
|
isolated_context.cc | 218 return type == kFileSystemTypeIsolated || type == 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/ |
chrome_content_browser_client.cc | [all...] |