Searched refs:SetPassword (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreen_locker_tester.h35 virtual void SetPassword(const std::string& password) = 0;
H A Dscreen_locker_tester.cc98 virtual void SetPassword(const std::string& password) OVERRIDE;
121 void WebUIScreenLockerTester::SetPassword(const std::string& password) { function in class:chromeos::test::WebUIScreenLockerTester
140 SetPassword(password);
H A Dscreen_locker_browsertest.cc288 tester->SetPassword("password");
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_tester.h37 void SetPassword(const std::string& password);
H A Dscreen_locker_tester.cc41 void ScreenLockerTester::SetPassword(const std::string& password) { function in class:chromeos::test::ScreenLockerTester
54 SetPassword(password);
H A Dnew_user_view.h88 void SetPassword(const std::string& password);
H A Dnew_user_view.cc444 void NewUserView::SetPassword(const std::string& password) { function in class:chromeos::NewUserView
487 SetPassword(std::string());
494 SetPassword(std::string());
H A Dscreen_locker_browsertest.cc311 tester->SetPassword("password");
/external/lzma/CPP/7zip/UI/Common/
H A DIFileExtractCallback.h42 virtual HRESULT SetPassword(const UString &password) = 0;
H A DExtract.cpp227 RINOK(extractCallback->SetPassword(password));
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.h48 HRESULT SetPassword(const UString &password);
H A DExtractCallbackConsole.cpp141 HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function in class:CExtractCallbackConsole
/external/chromium/googleurl/src/
H A Durl_canon_stdstring.h106 this->SetPassword(s.data(),
H A Dgurl_unittest.cc258 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password);
H A Durl_canon_relative.cc401 replacements.SetPassword(relative_url, relative_parsed.password);
H A Durl_canon.h660 void SetPassword(const CHAR* s, const url_parse::Component& comp) { function in class:url_canon::Replacements
H A Durl_canon_unittest.cc1318 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1391 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1431 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1483 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
/external/chromium_org/url/
H A Durl_canon_stdstring.h68 this->SetPassword(s.data(),
H A Durl_canon_relative.cc388 replacements.SetPassword(relative_url, relative_parsed.password);
H A Durl_canon_unittest.cc1452 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1527 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1578 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1618 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1670 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
H A Dgurl_unittest.cc340 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password);
H A Durl_canon.h665 void SetPassword(const CHAR* s, const url_parse::Component& comp) { function in class:url_canon::Replacements
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dchatroommodule_unittest.cc197 engine->SetPassword("david");
/external/chromium/chrome/browser/chromeos/options/
H A Dwifi_config_view.cc415 passphrase_textfield_->SetPassword(!passphrase_textfield_->IsPassword());
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp549 replacements.SetPassword(charactersOrEmpty(passUTF8), url_parse::Component(0, passUTF8.length()));

Completed in 1394 milliseconds

12