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

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.cc32 scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory,
34 : distiller_url_fetcher_factory_(distiller_url_fetcher_factory.Pass()),
51 const DistillerURLFetcherFactory& distiller_url_fetcher_factory,
53 : distiller_url_fetcher_factory_(distiller_url_fetcher_factory),
31 DistillerFactoryImpl( scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory, const dom_distiller::proto::DomDistillerOptions& dom_distiller_options) argument
50 DistillerImpl( const DistillerURLFetcherFactory& distiller_url_fetcher_factory, const dom_distiller::proto::DomDistillerOptions& dom_distiller_options) argument

Completed in 35 milliseconds