Lines Matching full:authentication
28 // authentication info to the net::URLRequest that needs it. These functions
46 // Sets information about the authentication type (|form|) and the
51 // Returns the TabContents that needs authentication.
54 // Returns the RenderViewHostDelegate for the page that needs authentication.
57 // Resend the request with authentication credentials.
72 // if it was waiting for the same authentication.
77 // Who/where/what asked for the authentication.
80 // Returns whether authentication had been handled (SetAuth or CancelAuth).
88 // Notify observers that authentication is needed.
101 // Notify observers that authentication is supplied.
105 // Notify observers that authentication is cancelled.
108 // Marks authentication as handled and returns the previous handled
130 // Who/where/what asked for the authentication.
191 // The username that was used for the authentication.
194 // The password that was used for the authentication.
206 // which can be used to set or cancel authentication programmatically. The