Home
last modified time | relevance | path

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

/external/chromium_org/google_apis/drive/
Dbase_requests.cc447 void GetDataRequest::ParseResponse(GDataErrorCode fetch_error_code, in ParseResponse()
461 GDataErrorCode fetch_error_code = GetErrorCode(); in ProcessURLFetchResults() local
476 GDataErrorCode fetch_error_code) { in RunCallbackOnPrematureFailure()
480 void GetDataRequest::OnDataParsed(GDataErrorCode fetch_error_code, in OnDataParsed()