HomeSort by relevance Sort by last modified time
    Searched refs:distiller_page_factory_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service.cc 47 distiller_page_factory_(distiller_page_factory.Pass()),
60 return distiller_page_factory_->CreateDistillerPage(render_view_size).Pass();
66 return distiller_page_factory_->CreateDistillerPageWithHandle(handle.Pass())
dom_distiller_service.h 169 scoped_ptr<DistillerPageFactory> distiller_page_factory_; member in class:dom_distiller::DomDistillerService
dom_distiller_service_unittest.cc 89 distiller_page_factory_ = new MockDistillerPageFactory();
93 scoped_ptr<DistillerPageFactory>(distiller_page_factory_),
110 MockDistillerPageFactory* distiller_page_factory_; member in class:dom_distiller::test::DomDistillerServiceTest
  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_viewer_source_browsertest.cc 98 MockDistillerPageFactory* distiller_page_factory_ = local
106 scoped_ptr<DistillerPageFactory>(distiller_page_factory_),
122 EXPECT_CALL(*distiller_page_factory_, CreateDistillerPageImpl())

Completed in 78 milliseconds