Home
last modified time | relevance | path

Searched refs:AllContentTypes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.cpp46 ASSERT(policy == File::AllContentTypes); in getContentTypeFromFileName()
89 RefPtr<File> file = adoptRef(new File(path, AllContentTypes)); in createWithRelativePath()
DFile.h44 AllContentTypes, enumerator
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
DChromiumDataObject.cpp220 …ataObjectItem::createFromFile(File::createWithName(filename, displayName, File::AllContentTypes))); in addFilename()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFileInputType.cpp238 …fileList->append(File::createWithName(files[i].path, files[i].displayName, File::AllContentTypes)); in createFileList()