Home
last modified time | relevance | path

Searched refs:fetch_error_code (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/drive/
Dbase_requests.cc450 void GetDataRequest::ParseResponse(GDataErrorCode fetch_error_code, in ParseResponse() argument
460 fetch_error_code)); in ParseResponse()
464 GDataErrorCode fetch_error_code = GetErrorCode(); in ProcessURLFetchResults() local
466 switch (fetch_error_code) { in ProcessURLFetchResults()
469 ParseResponse(fetch_error_code, response_writer()->data()); in ProcessURLFetchResults()
472 RunCallbackOnPrematureFailure(fetch_error_code); in ProcessURLFetchResults()
479 GDataErrorCode fetch_error_code) { in RunCallbackOnPrematureFailure() argument
480 callback_.Run(fetch_error_code, scoped_ptr<base::Value>()); in RunCallbackOnPrematureFailure()
483 void GetDataRequest::OnDataParsed(GDataErrorCode fetch_error_code, in OnDataParsed() argument
488 fetch_error_code = GDATA_PARSE_ERROR; in OnDataParsed()
[all …]
Dbase_requests.h271 GDataErrorCode fetch_error_code) OVERRIDE;
275 void ParseResponse(GDataErrorCode fetch_error_code, const std::string& data);
278 void OnDataParsed(GDataErrorCode fetch_error_code,