Searched defs:GetSafeBufferChunk (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc572 int GetSafeBufferChunk() const { function in class:content::DownloadContentTest
1088 GetSafeBufferChunk() * 3, GetSafeBufferChunk()));
1094 WaitForData(download, GetSafeBufferChunk());
1099 ASSERT_EQ(GetSafeBufferChunk(), download->GetReceivedBytes());
1105 download, true, GetSafeBufferChunk(), GetSafeBufferChunk() * 3,
1116 EXPECT_EQ(GetSafeBufferChunk(), initial_size);
1120 WaitForData(download, GetSafeBufferChunk() * 2);
1125 download, true, GetSafeBufferChunk() *
[all...]

Completed in 87 milliseconds