Searched refs:fetch_error_code (Results 1 – 2 of 2) sorted by relevance
450 void GetDataRequest::ParseResponse(GDataErrorCode fetch_error_code, in ParseResponse() argument460 fetch_error_code)); in ParseResponse()464 GDataErrorCode fetch_error_code = GetErrorCode(); in ProcessURLFetchResults() local466 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() argument480 callback_.Run(fetch_error_code, scoped_ptr<base::Value>()); in RunCallbackOnPrematureFailure()483 void GetDataRequest::OnDataParsed(GDataErrorCode fetch_error_code, in OnDataParsed() argument488 fetch_error_code = GDATA_PARSE_ERROR; in OnDataParsed()[all …]
271 GDataErrorCode fetch_error_code) OVERRIDE;275 void ParseResponse(GDataErrorCode fetch_error_code, const std::string& data);278 void OnDataParsed(GDataErrorCode fetch_error_code,