Searched refs:TestCopyOrMoveFileValidatorFactory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc186 // For TestCopyOrMoveFileValidatorFactory
193 class TestCopyOrMoveFileValidatorFactory class in namespace:content::__anon7099
198 explicit TestCopyOrMoveFileValidatorFactory(Validity validity) function in class:content::__anon7099::TestCopyOrMoveFileValidatorFactory
200 virtual ~TestCopyOrMoveFileValidatorFactory() {}
245 DISALLOW_COPY_AND_ASSIGN(TestCopyOrMoveFileValidatorFactory);
278 new TestCopyOrMoveFileValidatorFactory(VALID));
291 new TestCopyOrMoveFileValidatorFactory(PRE_WRITE_INVALID));
305 new TestCopyOrMoveFileValidatorFactory(PRE_WRITE_INVALID));
309 new TestCopyOrMoveFileValidatorFactory(VALID));
322 new TestCopyOrMoveFileValidatorFactory(POST_WRITE_INVALI
[all...]

Completed in 525 milliseconds