OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebProtectionSpace
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Authentication/
WebProtectionSpace.cpp
27
#include "
WebProtectionSpace
.h"
33
WebProtectionSpace
::
WebProtectionSpace
(const WebCore::ProtectionSpace& coreProtectionSpace)
38
const String&
WebProtectionSpace
::host() const
43
int
WebProtectionSpace
::port() const
48
const String&
WebProtectionSpace
::realm() const
53
bool
WebProtectionSpace
::isProxy() const
58
WebCore::ProtectionSpaceServerType
WebProtectionSpace
::serverType() const
63
bool
WebProtectionSpace
::receivesCredentialSecurely() const
68
WebCore::ProtectionSpaceAuthenticationScheme
WebProtectionSpace
::authenticationScheme() cons
[
all
...]
WebProtectionSpace.h
35
class
WebProtectionSpace
: public APIObject {
39
static PassRefPtr<
WebProtectionSpace
> create(const WebCore::ProtectionSpace& protectionSpace)
41
return adoptRef(new
WebProtectionSpace
(protectionSpace));
54
WebProtectionSpace
(const WebCore::ProtectionSpace&);
AuthenticationChallengeProxy.h
44
class
WebProtectionSpace
;
62
WebProtectionSpace
* protectionSpace() const;
75
mutable RefPtr<
WebProtectionSpace
> m_webProtectionSpace;
AuthenticationChallengeProxy.cpp
35
#include "
WebProtectionSpace
.h"
90
WebProtectionSpace
* AuthenticationChallengeProxy::protectionSpace() const
93
m_webProtectionSpace =
WebProtectionSpace
::create(m_coreAuthenticationChallenge.protectionSpace());
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKProtectionSpace.cpp
29
#include "
WebProtectionSpace
.h"
36
return toAPI(
WebProtectionSpace
::APIType);
WKAPICast.h
78
class
WebProtectionSpace
;
107
WK_ADD_API_MAPPING(WKProtectionSpaceRef,
WebProtectionSpace
)
/external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.h
48
class
WebProtectionSpace
;
67
bool canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*,
WebProtectionSpace
*);
WebLoaderClient.cpp
150
bool WebLoaderClient::canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame,
WebProtectionSpace
* protectionSpace)
WebPageProxy.cpp
69
#include "
WebProtectionSpace
.h"
[
all
...]
Completed in 116 milliseconds