Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon_stdstring.h106 this->SetPassword(s.data(), in SetPasswordStr()
Dgurl_unittest.cc259 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.cc1264 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1337 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1377 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
1429 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); in TEST()
Durl_canon.h659 void SetPassword(const CHAR* s, const url_parse::Component& comp) { in SetPassword() function
/external/webkit/WebCore/platform/
DKURLGoogle.cpp662 replacements.SetPassword(CharactersOrEmpty(pass), in setPass()