Searched refs:range_supported (Results 1 – 9 of 9) sorted by relevance
79 MOCK_METHOD0(range_supported, bool());169 ON_CALL(*loader_, range_supported()) in InitializeDataSource()309 EXPECT_CALL(*new_loader, range_supported()) in ReadDataSourceMiss()310 .WillRepeatedly(Return(loader_->range_supported())); in ReadDataSourceMiss()381 EXPECT_CALL(*new_loader, range_supported()) in ReadDataSourceTimesOut()382 .WillRepeatedly(Return(loader_->range_supported())); in ReadDataSourceTimesOut()
107 virtual bool range_supported();
129 EXPECT_FALSE(loader_->range_supported()); in FullResponse()177 EXPECT_TRUE(loader_->range_supported()); in PartialResponse()
218 bool BufferedResourceLoader::range_supported() { in range_supported() function in webkit_glue::BufferedResourceLoader
474 !loader_->range_supported(); in HttpInitialStartCallback()
361 (total_bytes_ == kPositionNotSpecified || !loader_->range_supported()); in StartCallback()382 loader_->range_supported()); in StartCallback()540 if (!loader_->range_supported()) { in UpdateDeferStrategy()
139 bool range_supported(); in NON_EXPORTED_BASE()
137 EXPECT_FALSE(loader_->range_supported()); in FullResponse()185 EXPECT_TRUE(loader_->range_supported()); in PartialResponse()
321 bool BufferedResourceLoader::range_supported() { in range_supported() function in content::BufferedResourceLoader