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

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher.cc23 DistillerURLFetcher*
25 return new DistillerURLFetcher(context_getter_);
29 DistillerURLFetcher::DistillerURLFetcher( function in class:dom_distiller::DistillerURLFetcher
34 DistillerURLFetcher::~DistillerURLFetcher() {
37 void DistillerURLFetcher::FetchURL(const std::string& url,
46 URLFetcher* DistillerURLFetcher::CreateURLFetcher(
57 void DistillerURLFetcher::OnURLFetchComplete(
H A Ddistiller_url_fetcher.h17 class DistillerURLFetcher;
19 // Class for creating a DistillerURLFetcher.
25 virtual DistillerURLFetcher* CreateDistillerURLFetcher() const;
33 class DistillerURLFetcher : public net::URLFetcherDelegate { class in namespace:dom_distiller
35 explicit DistillerURLFetcher(net::URLRequestContextGetter* context_getter);
36 virtual ~DistillerURLFetcher();
57 DISALLOW_COPY_AND_ASSIGN(DistillerURLFetcher);

Completed in 707 milliseconds