HomeSort by relevance Sort by last modified time
    Searched refs:AllContentTypes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 48 ASSERT(policy == File::AllContentTypes);
91 RefPtr<File> file = adoptRef(new File(path, AllContentTypes));
File.h 40 // AllContentTypes should only be used when the full path/name are trusted; otherwise, it could
44 AllContentTypes,
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObject.cpp 212 internalAddFileItem(ChromiumDataObjectItem::createFromFile(File::createWithName(filename, displayName, File::AllContentTypes)));
  /external/chromium_org/third_party/WebKit/Source/core/html/
FileInputType.cpp 247 fileList->append(File::createWithName(files[i].path, files[i].displayName, File::AllContentTypes));

Completed in 66 milliseconds