Home
last modified time | relevance | path

Searched refs:server_status_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.cc118 response->server_status = conn_mgr->server_status_; in ScopedServerStatusWatcher()
126 if (conn_mgr_->server_status_ != response_->server_status) { in ~ScopedServerStatusWatcher()
127 conn_mgr_->server_status_ = response_->server_status; in ~ScopedServerStatusWatcher()
150 server_status_(HttpResponse::NONE), in ServerConnectionManager()
162 ServerConnectionEvent2(server_status_, server_reachable_)); in NotifyStatusChanged()
245 return IsGoodReplyFromServer(server_status_); in IsUserAuthenticated()
Dserver_connection_manager.h266 return server_status_; in server_status()
375 volatile HttpResponse::ServerConnectionCode server_status_; variable