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

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator_unittest.cc 114 void MoveTest(base::PlatformFileError expected) {
255 helper.MoveTest(base::PLATFORM_FILE_OK);
266 helper.MoveTest(base::PLATFORM_FILE_ERROR_SECURITY);
279 helper.MoveTest(base::PLATFORM_FILE_OK);
292 helper.MoveTest(base::PLATFORM_FILE_ERROR_SECURITY);
310 helper.MoveTest(base::PLATFORM_FILE_ERROR_SECURITY);
323 helper.MoveTest(base::PLATFORM_FILE_ERROR_SECURITY);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 78 void MoveTest(const std::string& filename, const std::string& content,
245 MoveTest("a.txt", std::string(kValidImage, arraysize(kValidImage)), false);
249 MoveTest("a.webp", std::string(kValidImage, arraysize(kValidImage)), true);
253 MoveTest("a.webp", std::string(kInvalidMediaFile,
258 MoveTest("a.ogg", std::string(kInvalidMediaFile,

Completed in 319 milliseconds