OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_error_code
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h
42
virtual bool MakeSynchronousPost(int*
os_error_code
, int* response_code) = 0;
/external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc
48
int
os_error_code
= 0;
local
50
if (!http->MakeSynchronousPost(&
os_error_code
, &response_code)) {
51
VLOG(1) << "Http POST failed, error returns: " <<
os_error_code
;
/external/chromium/chrome/browser/sync/glue/
http_bridge.cc
120
os_error_code
(-1) {}
184
bool HttpBridge::MakeSynchronousPost(int*
os_error_code
, int* response_code) {
207
*
os_error_code
= fetch_state_.
os_error_code
;
264
fetch_state_.
os_error_code
= net::ERR_ABORTED;
283
fetch_state_.
os_error_code
= status.os_error();
http_bridge.h
107
virtual bool MakeSynchronousPost(int*
os_error_code
, int* response_code);
190
int
os_error_code
;
member in struct:browser_sync::HttpBridge::URLFetchState
198
// return appropriate values in
os_error_code
.
Completed in 37 milliseconds