OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthenticationDecisionListener
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationDecisionListener.cpp
27
#include "
AuthenticationDecisionListener
.h"
37
AuthenticationDecisionListener
::
AuthenticationDecisionListener
(AuthenticationChallengeProxy* authenticationChallenge)
42
void
AuthenticationDecisionListener
::useCredential(WebCredential* credential)
48
void
AuthenticationDecisionListener
::cancel()
54
void
AuthenticationDecisionListener
::detachChallenge()
AuthenticationDecisionListener.h
38
class
AuthenticationDecisionListener
: public APIObject {
42
static PassRefPtr<
AuthenticationDecisionListener
> create(AuthenticationChallengeProxy* authenticationChallenge)
44
return adoptRef(new
AuthenticationDecisionListener
(authenticationChallenge));
53
AuthenticationDecisionListener
(AuthenticationChallengeProxy* authenticationChallenge);
Completed in 1929 milliseconds