Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_metrics.h97 AUTH_ONLINE, // Profile was authenticated on-line enumerator
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc471 ReportAuthenticationResult(true, ProfileMetrics::AUTH_ONLINE); in OnClientLoginSuccess()
492 success, success ? ProfileMetrics::AUTH_ONLINE : failure_metric); in OnClientLoginFailure()