Searched defs:distiller_factory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/reading_list_private/
H A Dreading_list_private_apitest.cc39 MockDistillerFactory* distiller_factory = new MockDistillerFactory(); local
54 scoped_ptr<DistillerFactory>(distiller_factory),
60 EXPECT_CALL(*distiller_factory, CreateDistillerImpl())
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc24 scoped_ptr<DistillerFactory> distiller_factory,
28 distiller_factory.Pass(),
79 scoped_ptr<DistillerFactory> distiller_factory(
87 distiller_factory.Pass(),
22 DomDistillerContextKeyedService( scoped_ptr<DomDistillerStoreInterface> store, scoped_ptr<DistillerFactory> distiller_factory, scoped_ptr<DistillerPageFactory> distiller_page_factory, scoped_ptr<DistilledPagePrefs> distilled_page_prefs) argument
/external/chromium_org/components/dom_distiller/core/
H A Dtask_tracker_unittest.cc85 MockDistillerFactory distiller_factory; local
94 MockDistillerFactory distiller_factory; local
104 MockDistillerFactory distiller_factory; local
122 MockDistillerFactory distiller_factory; local
141 MockDistillerFactory distiller_factory; local
143 EXPECT_CALL(distiller_factory, CreateDistillerImpl())
155 task_tracker.StartDistiller(&distiller_factory,
163 MockDistillerFactory distiller_factory; local
165 EXPECT_CALL(distiller_factory, CreateDistillerImpl())
178 task_tracker.StartDistiller(&distiller_factory,
189 MockDistillerFactory distiller_factory; local
252 MockDistillerFactory distiller_factory; local
293 MockDistillerFactory distiller_factory; local
328 MockDistillerFactory distiller_factory; local
367 MockDistillerFactory distiller_factory; local
[all...]
H A Ddom_distiller_service.cc41 scoped_ptr<DistillerFactory> distiller_factory,
46 distiller_factory_(distiller_factory.Pass()),
39 DomDistillerService( scoped_ptr<DomDistillerStoreInterface> store, scoped_ptr<DistillerFactory> distiller_factory, scoped_ptr<DistillerPageFactory> distiller_page_factory, scoped_ptr<DistilledPagePrefs> distilled_page_prefs) argument

Completed in 110 milliseconds