Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker_tester.cc41 void ScreenLockerTester::SetPassword(const std::string& password) { in SetPassword() function in chromeos::test::ScreenLockerTester
54 SetPassword(password); in EnterPassword()
Dscreen_locker_tester.h37 void SetPassword(const std::string& password);
Dnew_user_view.cc444 void NewUserView::SetPassword(const std::string& password) { in SetPassword() function in chromeos::NewUserView
487 SetPassword(std::string()); in ClearAndFocusControls()
494 SetPassword(std::string()); in ClearAndFocusPassword()
Dnew_user_view.h88 void SetPassword(const std::string& password);
Dscreen_locker_browsertest.cc311 tester->SetPassword("password"); in IN_PROC_BROWSER_TEST_F()
/external/chromium/googleurl/src/
Durl_canon_stdstring.h106 this->SetPassword(s.data(), in SetPasswordStr()
Dgurl_unittest.cc258 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password); in TEST()
Durl_canon_relative.cc401 replacements.SetPassword(relative_url, relative_parsed.password); in DoResolveRelativeHost()
Durl_canon_unittest.cc1318 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1391 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1431 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1483 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
Durl_canon.h660 void SetPassword(const CHAR* s, const url_parse::Component& comp) { in SetPassword() function
/external/webkit/Source/WebCore/platform/
DKURLGoogle.cpp706 replacements.SetPassword(CharactersOrEmpty(pass), in setPass()
/external/chromium/chrome/browser/chromeos/options/
Dwifi_config_view.cc415 passphrase_textfield_->SetPassword(!passphrase_textfield_->IsPassword()); in ButtonPressed()