Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.h48 AllContentTypes, enumerator
96 return adoptRefWillBeNoop(new File(path, File::AllContentTypes, File::IsUserVisible)); in createForUserProvidedFile()
97 …return adoptRefWillBeNoop(new File(path, displayName, File::AllContentTypes, File::IsUserVisible)); in createForUserProvidedFile()
DFile.cpp48 ASSERT(policy == File::AllContentTypes); in getContentTypeFromFileName()
91 …RefPtrWillBeRawPtr<File> file = adoptRefWillBeNoop(new File(path, File::AllContentTypes, File::IsU… in createWithRelativePath()