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

/external/chromium_org/content/browser/fileapi/
H A Dplugin_private_file_system_backend_unittest.cc151 context_.get(), file1, AsyncFileTestHelper::kDontCheckSize));
158 context_.get(), file2, AsyncFileTestHelper::kDontCheckSize));
H A Dcopy_or_move_operation_delegate_unittest.cc447 ASSERT_FALSE(helper.FileExists(src, AsyncFileTestHelper::kDontCheckSize));
H A Dfile_system_operation_impl_unittest.cc132 AsyncFileTestHelper::kDontCheckSize);
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.h31 static const int64 kDontCheckSize; member in class:content::AsyncFileTestHelper
91 // kDontCheckSize it doesn't check the file size (but just check its
H A Dasync_file_test_helper.cc91 const int64 AsyncFileTestHelper::kDontCheckSize = -1; member in class:content::AsyncFileTestHelper
246 return expected_size == kDontCheckSize || file_info.size == expected_size;

Completed in 241 milliseconds