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 36 // Depending on the value of the server_status code, response_code, and
85 ServerConnectionCode server_status; member in struct:syncer::HttpResponse
200 inline HttpResponse::ServerConnectionCode server_status() const { function in class:syncer::ServerConnectionManager
255 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) {
293 params.response.server_status = HttpResponse::SYNC_AUTH_ERROR;
373 const HttpResponse::ServerConnectionCode server_status = local
374 session->context()->connection_manager()->server_status();
376 DCHECK_NE(server_status, HttpResponse::NONE);
377 DCHECK_NE(server_status, HttpResponse::SERVER_CONNECTION_OK);
379 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 769 milliseconds