Home | History | Annotate | Download | only in setup

Lines Matching refs:URLFetcher

41   virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
53 void MakeGaiaRequest(net::URLFetcher::RequestType request_type,
58 void HandleResponse(const net::URLFetcher* source);
62 scoped_ptr<net::URLFetcher> request_;
81 MakeGaiaRequest(net::URLFetcher::POST,
94 MakeGaiaRequest(net::URLFetcher::DELETE_REQUEST,
102 net::URLFetcher::RequestType request_type,
108 request_.reset(net::URLFetcher::Create(
116 // URLFetcher::Delegate implementation.
118 const net::URLFetcher* source) {
123 void ServiceClient::Core::HandleResponse(const net::URLFetcher* source) {