Home
last modified time | relevance | path

Searched refs:WebCredential (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Authentication/
DWebCredential.h38 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&);
DWebCredential.cpp31 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()
DAuthenticationChallengeProxy.h42 class WebCredential; variable
57 void useCredential(WebCredential*);
61 WebCredential* proposedCredential() const;
74 mutable RefPtr<WebCredential> m_webCredential;
DAuthenticationChallengeProxy.cpp59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) in useCredential()
82 WebCredential* AuthenticationChallengeProxy::proposedCredential() const in proposedCredential()
85 m_webCredential = WebCredential::create(m_coreAuthenticationChallenge.proposedCredential()); in proposedCredential()
DAuthenticationDecisionListener.h36 class WebCredential; variable
47 void useCredential(WebCredential*);
DAuthenticationDecisionListener.cpp42 void AuthenticationDecisionListener::useCredential(WebCredential* credential) in useCredential()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKCredential.cpp37 return toAPI(WebCredential::APIType); in WKCredentialGetTypeID()
42 …RefPtr<WebCredential> credential = WebCredential::create(toImpl(username), toImpl(password), toCre… in WKCredentialCreate()
DWKAPICast.h60 class WebCredential; variable
88 WK_ADD_API_MAPPING(WKCredentialRef, WebCredential) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/
DWebKit2.pro172 UIProcess/Authentication/WebCredential.h \
375 UIProcess/Authentication/WebCredential.cpp \
DGNUmakefile.am362 Source/WebKit2/UIProcess/Authentication/WebCredential.cpp \
363 Source/WebKit2/UIProcess/Authentication/WebCredential.h \
DChangeLog-2011-02-164878 * 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/
Dproject.pbxproj308 …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 */,