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

  /external/chromium_org/content/browser/fileapi/
plugin_private_file_system_backend_unittest.cc 151 context_.get(), file1, AsyncFileTestHelper::kDontCheckSize));
158 context_.get(), file2, AsyncFileTestHelper::kDontCheckSize));
copy_or_move_operation_delegate_unittest.cc 447 ASSERT_FALSE(helper.FileExists(src, AsyncFileTestHelper::kDontCheckSize));
file_system_operation_impl_unittest.cc 132 AsyncFileTestHelper::kDontCheckSize);
    [all...]
  /external/chromium_org/content/public/test/
async_file_test_helper.h 31 static const int64 kDontCheckSize;
91 // kDontCheckSize it doesn't check the file size (but just check its
async_file_test_helper.cc 91 const int64 AsyncFileTestHelper::kDontCheckSize = -1;
246 return expected_size == kDontCheckSize || file_info.size == expected_size;

Completed in 168 milliseconds