Home | History | Annotate | Download | only in blink

Lines Matching refs:host_

15     host_.AddBufferedTimeRanges(&ranges_, base::TimeDelta::FromSeconds(10));
19 BufferedDataSourceHostImpl host_;
26 EXPECT_FALSE(host_.DidLoadingProgress());
32 host_.AddBufferedByteRange(10, 20);
33 host_.SetTotalBytes(100);
42 host_.AddBufferedByteRange(10, 20);
43 host_.SetTotalBytes(100);
51 host_.AddBufferedByteRange(5, 995);
52 host_.SetTotalBytes(1000);
60 host_.AddBufferedByteRange(10, 20);
64 host_.SetTotalBytes(100);
70 host_.AddBufferedByteRange(10, 20);
71 EXPECT_TRUE(host_.DidLoadingProgress());
72 EXPECT_FALSE(host_.DidLoadingProgress());