HomeSort by relevance Sort by last modified time
    Searched defs:DistillerURLFetcher (Results 1 - 2 of 2) sorted by null

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

Completed in 278 milliseconds