AllContentTypes 222 Source/core/clipboard/DataObject.cpp internalAddFileItem(DataObjectItem::createFromFile(File::createWithName(filename, displayName, File::AllContentTypes))); AllContentTypes 48 Source/core/fileapi/File.cpp ASSERT(policy == File::AllContentTypes); AllContentTypes 91 Source/core/fileapi/File.cpp RefPtrWillBeRawPtr<File> file = adoptRefWillBeNoop(new File(path, AllContentTypes)); AllContentTypes 242 Source/core/html/forms/FileInputType.cpp fileList->append(File::createWithName(files[i].path, files[i].displayName, File::AllContentTypes));