Home
last modified time | relevance | path

Searched refs:read_credentials (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
Dcredentials_unittest.py149 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "SECRETSAUCE"))
172 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "NOMNOMNOM"))
Dcredentials.py136 def read_credentials(self): member in Credentials
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py413 username, password = credentials.read_credentials()
/external/webkit/Tools/
DChangeLog427 - Modified Credentials.read_credentials() to call User.prompt_password() instead
DChangeLog-2010-05-2417443 to Credentials.read_credentials() so that the unit test
17449 method Credentials.read_credentials().
34073 (read_credentials): Added.
34086 read_credentials().