Home
last modified time | relevance | path

Searched refs:os_error_code (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dhttp_bridge.cc120 os_error_code(-1) {} in URLFetchState()
184 bool HttpBridge::MakeSynchronousPost(int* os_error_code, int* response_code) { in MakeSynchronousPost() argument
207 *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()
Dhttp_bridge.h107 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code);
190 int os_error_code; member
/external/chromium/chrome/browser/sync/engine/net/
Dsyncapi_server_connection_manager.cc48 int os_error_code = 0; in Init() local
50 if (!http->MakeSynchronousPost(&os_error_code, &response_code)) { in Init()
51 VLOG(1) << "Http POST failed, error returns: " << os_error_code; in Init()
/external/chromium/chrome/browser/sync/engine/
Dhttp_post_provider_interface.h42 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0;