HomeSort by relevance Sort by last modified time
    Searched full:read_credentials (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials_unittest.py 147 # FIXME: Using read_credentials here seems too broad as higher-priority
149 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "SECRETSAUCE"))
170 # FIXME: Using read_credentials here seems too broad as higher-priority
172 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "NOMNOMNOM"))
credentials.py 136 def read_credentials(self): member in class:Credentials
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 413 username, password = credentials.read_credentials()
    [all...]
  /external/webkit/Tools/
ChangeLog 427 - Modified Credentials.read_credentials() to call User.prompt_password() instead
    [all...]

Completed in 92 milliseconds