Home | History | Annotate | Download | only in media

Lines Matching refs:ReadCallback

211                   NewCallback(this, &BufferedResourceLoaderTest::ReadCallback));
224 MOCK_METHOD1(ReadCallback, void(int error));
337 EXPECT_CALL(*this, ReadCallback(10));
343 EXPECT_CALL(*this, ReadCallback(5));
346 EXPECT_CALL(*this, ReadCallback(5));
351 EXPECT_CALL(*this, ReadCallback(10));
356 EXPECT_CALL(*this, ReadCallback(net::ERR_CACHE_MISS));
364 EXPECT_CALL(*this, ReadCallback(5));
369 EXPECT_CALL(*this, ReadCallback(net::ERR_CACHE_MISS));
373 EXPECT_CALL(*this, ReadCallback(0));
387 EXPECT_CALL(*this, ReadCallback(net::ERR_CACHE_MISS));
390 // The following call will not call ReadCallback() because it is waiting for
395 EXPECT_CALL(*this, ReadCallback(10));
402 EXPECT_CALL(*this, ReadCallback(5));
416 EXPECT_CALL(*this, ReadCallback(net::ERR_FAILED));
439 EXPECT_CALL(*this, ReadCallback(net::ERR_CACHE_MISS));
467 EXPECT_CALL(*this, ReadCallback(10));
496 EXPECT_CALL(*this, ReadCallback(6));