HomeSort by relevance Sort by last modified time
    Searched defs:server_status (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/engine/net/
server_connection_manager.h 39 // Depending on the value of the server_status code, response_code, and
85 ServerConnectionCode server_status; member in struct:syncer::HttpResponse
198 inline HttpResponse::ServerConnectionCode server_status() const { function in class:syncer::ServerConnectionManager
253 void SetServerStatus(HttpResponse::ServerConnectionCode server_status);
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 87 const HttpResponse::ServerConnectionCode server_status) {
88 switch (server_status) {
286 params.response.server_status = HttpResponse::SYNC_AUTH_ERROR;
366 const HttpResponse::ServerConnectionCode server_status = local
367 session->context()->connection_manager()->server_status();
369 DCHECK_NE(server_status, HttpResponse::NONE);
370 DCHECK_NE(server_status, HttpResponse::SERVER_CONNECTION_OK);
372 return ServerConnectionErrorAsSyncerError(server_status);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 45 // Depending on the value of the server_status code, response_code, and
98 ServerConnectionCode server_status; member in struct:browser_sync::HttpResponse
104 server_status(NONE) {}
265 inline HttpResponse::ServerConnectionCode server_status() const { function in class:browser_sync::ServerConnectionManager
373 // Volatile so various threads can call server_status() without

Completed in 31 milliseconds