Searched refs:new_loader (Results 1 – 2 of 2) sorted by relevance
/external/chromium/webkit/glue/media/ |
D | buffered_data_source_unittest.cc | 297 NiceMock<MockBufferedResourceLoader> *new_loader = in ReadDataSourceMiss() local 300 .WillOnce(Return(new_loader)); in ReadDataSourceMiss() 303 EXPECT_CALL(*new_loader, Start(NotNull(), NotNull(), NotNull())) in ReadDataSourceMiss() 309 EXPECT_CALL(*new_loader, range_supported()) in ReadDataSourceMiss() 313 EXPECT_CALL(*new_loader, Read(position, size, NotNull(), NotNull())) in ReadDataSourceMiss() 334 loader_ = new_loader; in ReadDataSourceMiss() 369 NiceMock<MockBufferedResourceLoader> *new_loader = in ReadDataSourceTimesOut() local 372 .WillOnce(Return(new_loader)); in ReadDataSourceTimesOut() 377 EXPECT_CALL(*new_loader, Start(NotNull(), NotNull(), NotNull())) in ReadDataSourceTimesOut() 381 EXPECT_CALL(*new_loader, range_supported()) in ReadDataSourceTimesOut() [all …]
|
/external/chromium/chrome/browser/instant/ |
D | instant_controller.cc | 605 InstantLoader* new_loader = in UpdateLoader() local 608 new_loader->SetOmniboxBounds(omnibox_bounds_); in UpdateLoader() 609 if (new_loader->Update(tab_contents_, template_url, url, transition_type, in UpdateLoader() 612 if (!new_loader->http_status_ok()) { in UpdateLoader()
|