Home | History | Annotate | Download | only in webkit

Lines Matching refs:username

26  *  <li>Username/password pairs for web forms</li>
27 * <li>HTTP authentication username/password pairs</li>
42 * Gets whether there are any saved username/password pairs for web forms.
45 * @return true if there are any saved username/password pairs
54 * Clears any saved username/password pairs for web forms.
75 * Clears any saved credentials for HTTP authentication. This method only clears the username
76 * and password stored in WebViewDatabase instance. The username and password are not read from
80 * The username and password used for http authentication might be cached in the network stack
98 * with the correct username and password.
100 * The embedder app can get the username and password any way it chooses, and does not have to
116 * @param username the username
123 String username, String password);
132 * is the username and the second element is the password. Null if