Searched refs:WebCredential (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/Authentication/ |
D | WebCredential.h | 38 class WebCredential : public APIObject { 42 static PassRefPtr<WebCredential> create(const WebCore::Credential& credential) in create() 44 return adoptRef(new WebCredential(credential)); in create() 47 …static PassRefPtr<WebCredential> create(WebString* username, WebString* password, WebCore::Credent… in create() 49 …return adoptRef(new WebCredential(WebCore::Credential(username->string(), password->string(), pers… in create() 57 WebCredential(const WebCore::Credential&);
|
D | WebCredential.cpp | 31 WebCredential::WebCredential(const WebCore::Credential& credential) in WebCredential() function in WebKit::WebCredential 36 const WebCore::Credential& WebCredential::core() in core() 41 const String& WebCredential::user() const in user()
|
D | AuthenticationChallengeProxy.h | 42 class WebCredential; variable 57 void useCredential(WebCredential*); 61 WebCredential* proposedCredential() const; 74 mutable RefPtr<WebCredential> m_webCredential;
|
D | AuthenticationChallengeProxy.cpp | 59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) in useCredential() 82 WebCredential* AuthenticationChallengeProxy::proposedCredential() const in proposedCredential() 85 m_webCredential = WebCredential::create(m_coreAuthenticationChallenge.proposedCredential()); in proposedCredential()
|
D | AuthenticationDecisionListener.h | 36 class WebCredential; variable 47 void useCredential(WebCredential*);
|
D | AuthenticationDecisionListener.cpp | 42 void AuthenticationDecisionListener::useCredential(WebCredential* credential) in useCredential()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKCredential.cpp | 37 return toAPI(WebCredential::APIType); in WKCredentialGetTypeID() 42 …RefPtr<WebCredential> credential = WebCredential::create(toImpl(username), toImpl(password), toCre… in WKCredentialCreate()
|
D | WKAPICast.h | 60 class WebCredential; variable 88 WK_ADD_API_MAPPING(WKCredentialRef, WebCredential) in WK_ADD_API_MAPPING()
|
/external/webkit/Source/WebKit2/ |
D | WebKit2.pro | 172 UIProcess/Authentication/WebCredential.h \ 375 UIProcess/Authentication/WebCredential.cpp \
|
D | GNUmakefile.am | 362 Source/WebKit2/UIProcess/Authentication/WebCredential.cpp \ 363 Source/WebKit2/UIProcess/Authentication/WebCredential.h \
|
D | ChangeLog-2011-02-16 | 4878 * UIProcess/Authentication/WebCredential.cpp: 14662 * UIProcess/Authentication/WebCredential.cpp: 14663 (WebKit::WebCredential::WebCredential): 14664 (WebKit::WebCredential::user): 14665 * UIProcess/Authentication/WebCredential.h: 14666 (WebKit::WebCredential::create): 15577 * UIProcess/Authentication/WebCredential.cpp: Added. 15578 (WebKit::WebCredential::core): 15579 * UIProcess/Authentication/WebCredential.h: Added. 15580 (WebKit::WebCredential::create): [all …]
|
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/ |
D | project.pbxproj | 308 …89A12A8838800629530 /* WebCredential.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 512F589212… 309 …589B12A8838800629530 /* WebCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 512F589312A… 1197 …800629530 /* WebCredential.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 1198 …838800629530 /* WebCredential.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 2342 512F589212A8838800629530 /* WebCredential.cpp */, 2343 512F589312A8838800629530 /* WebCredential.h */, 3559 512F589B12A8838800629530 /* WebCredential.h in Headers */, 4177 512F589A12A8838800629530 /* WebCredential.cpp in Sources */,
|