Searched defs:ValidateAccounts (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.cc242 void AndroidProfileOAuth2TokenService::ValidateAccounts( function in class:AndroidProfileOAuth2TokenService
247 VLOG(1) << "AndroidProfileOAuth2TokenService::ValidateAccounts from java";
249 ValidateAccounts(signed_in_account, j_force_notifications != JNI_FALSE);
252 void AndroidProfileOAuth2TokenService::ValidateAccounts( function in class:AndroidProfileOAuth2TokenService
260 VLOG(1) << "AndroidProfileOAuth2TokenService::ValidateAccounts:"
266 if (!ValidateAccounts(signed_in_account, prev_ids, curr_ids, refreshed_ids,
290 bool AndroidProfileOAuth2TokenService::ValidateAccounts( function in class:AndroidProfileOAuth2TokenService
310 VLOG(1) << "AndroidProfileOAuth2TokenService::ValidateAccounts:"
320 VLOG(1) << "AndroidProfileOAuth2TokenService::ValidateAccounts:"
332 VLOG(1) << "AndroidProfileOAuth2TokenService::ValidateAccounts
[all...]

Completed in 42 milliseconds