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

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.h58 void ValidateAccounts(JNIEnv* env,
67 void ValidateAccounts(const std::string& signed_in_account,
118 bool ValidateAccounts(const std::string& signed_in_account,
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...]
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc243 token_service->ValidateAccounts(primary_acct, true);

Completed in 61 milliseconds