Home | History | Annotate | Download | only in cloud_print

Lines Matching refs:URLFetcher

36 // A wrapper around URLFetcher for CloudPrint. URLFetcher applies retry logic
58 const net::URLFetcher* source,
72 virtual ResponseAction HandleRawData(const net::URLFetcher* source,
79 virtual ResponseAction HandleJSONData(const net::URLFetcher* source,
107 bool IsSameRequest(const net::URLFetcher* source);
121 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
133 net::URLFetcher::RequestType request_type,
142 scoped_ptr<net::URLFetcher> request_;
145 net::URLFetcher::RequestType request_type_;