FileSystemTypeExternal   86 Source/modules/filesystem/DOMFileSystemBase.cpp     return type == FileSystemTypeTemporary || type == FileSystemTypePersistent || type == FileSystemTypeIsolated || type == FileSystemTypeExternal;
FileSystemTypeExternal  112 Source/modules/filesystem/DOMFileSystemBase.cpp     else if (type == FileSystemTypeExternal)
FileSystemTypeExternal  136 Source/modules/filesystem/DOMFileSystemBase.cpp     if (type() == FileSystemTypeExternal) {
FileSystemTypeExternal  181 Source/modules/filesystem/DOMFileSystemBase.cpp         type = FileSystemTypeExternal;
FileSystemTypeExternal  506 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal);
FileSystemTypeExternal   99 Source/web/WebDOMFileSystem.cpp     case FileSystemTypeExternal: