Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.h305 base::AutoLock lock(auth_token_mutex_); in set_auth_token()
310 base::AutoLock lock(auth_token_mutex_); in auth_token()
360 mutable base::Lock auth_token_mutex_; variable