HomeSort by relevance Sort by last modified time
    Searched refs:SetLocalAuthCredentials (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/signin/
local_auth.h 24 void SetLocalAuthCredentials(size_t profile_info_index,
27 void SetLocalAuthCredentials(const Profile* profile,
local_auth_unittest.cc 38 SetLocalAuthCredentials(prof, password);
57 SetLocalAuthCredentials(prof, password); // makes different salt
local_auth.cc 116 void SetLocalAuthCredentials(size_t info_index,
147 void SetLocalAuthCredentials(const Profile* profile,
149 SetLocalAuthCredentials(GetProfileInfoIndexOfProfile(profile), password);
chrome_signin_client.cc 213 chrome::SetLocalAuthCredentials(profile_, password);
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_handler_impl.cc 129 chrome::SetLocalAuthCredentials(profile_, password_);
user_manager_screen_handler.cc 469 chrome::SetLocalAuthCredentials(authenticating_profile_index_,

Completed in 379 milliseconds