Searched refs:os_error_code (Results 1 – 4 of 4) sorted by relevance
120 os_error_code(-1) {} in URLFetchState()184 bool HttpBridge::MakeSynchronousPost(int* os_error_code, int* response_code) { in MakeSynchronousPost() argument207 *os_error_code = fetch_state_.os_error_code; in MakeSynchronousPost()264 fetch_state_.os_error_code = net::ERR_ABORTED; in Abort()283 fetch_state_.os_error_code = status.os_error(); in OnURLFetchComplete()
107 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code);190 int os_error_code; member
48 int os_error_code = 0; in Init() local50 if (!http->MakeSynchronousPost(&os_error_code, &response_code)) { in Init()51 VLOG(1) << "Http POST failed, error returns: " << os_error_code; in Init()
42 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0;