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

/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DSharedBufferReaderTest.cpp83 const int bytesPerIteration = 64; local
85 std::vector<char> testData(iterationsCount * bytesPerIteration);
94 const int offset = i * bytesPerIteration;
95 const int bytesRead = reader.readData(&destinationVector[0] + offset, bytesPerIteration);
96 EXPECT_EQ(bytesPerIteration, bytesRead);

Completed in 236 milliseconds