Searched refs:SetPassword (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker_tester.cc | 41 void ScreenLockerTester::SetPassword(const std::string& password) { in SetPassword() function in chromeos::test::ScreenLockerTester 54 SetPassword(password); in EnterPassword()
|
D | screen_locker_tester.h | 37 void SetPassword(const std::string& password);
|
D | new_user_view.cc | 444 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()
|
D | new_user_view.h | 88 void SetPassword(const std::string& password);
|
D | screen_locker_browsertest.cc | 311 tester->SetPassword("password"); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/googleurl/src/ |
D | url_canon_stdstring.h | 106 this->SetPassword(s.data(), in SetPasswordStr()
|
D | gurl_unittest.cc | 258 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password); in TEST()
|
D | url_canon_relative.cc | 401 replacements.SetPassword(relative_url, relative_parsed.password); in DoResolveRelativeHost()
|
D | url_canon_unittest.cc | 1318 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()
|
D | url_canon.h | 660 void SetPassword(const CHAR* s, const url_parse::Component& comp) { in SetPassword() function
|
/external/webkit/Source/WebCore/platform/ |
D | KURLGoogle.cpp | 706 replacements.SetPassword(CharactersOrEmpty(pass), in setPass()
|
/external/chromium/chrome/browser/chromeos/options/ |
D | wifi_config_view.cc | 415 passphrase_textfield_->SetPassword(!passphrase_textfield_->IsPassword()); in ButtonPressed()
|