Searched refs:set_password (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dcredentials.py134 self._keyring.set_password(self.host, username, password)
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator.h77 void set_password(const std::string& fake_pass) { password_ = fake_pass; } function in class:chromeos::GoogleAuthenticator
H A Dgoogle_authenticator_unittest.cc132 auth->set_password(password_);
230 auth->set_password(password_);
/external/chromium/net/url_request/
H A Durl_request_test_util.h117 void set_password(const string16& p) { password_ = p; } function in class:TestDelegate
H A Durl_request_unittest.cc1424 d.set_password(kSecret);
1441 d.set_password(kSecret);
1471 d.set_password(kSecret);
2584 d.set_password(kChrome);
2646 d.set_password(kChrome);
2729 d->set_password(kChrome);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h78 void set_password(const std::string & password) { password_ = password; } function in class:cricket::Candidate
H A Dp2ptransport.cc124 candidate->set_password(elem->Attr(QN_PASSWORD));
H A Dport.h108 void set_password(const std::string& password) { password_ = password; } function in class:cricket::Port
H A Dport.cc143 set_password(talk_base::CreateRandomString(16));
181 c.set_password(password_);
H A Drelayport.cc201 set_password(password);

Completed in 188 milliseconds