OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_protectionSpace
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp
39
,
m_protectionSpace
(protectionSpace)
102
switch (
m_protectionSpace
.authenticationScheme()) {
125
BString str =
m_protectionSpace
.host();
168
m_protectionSpace
= ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
198
m_protectionSpace
= ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
207
*result =
m_protectionSpace
.isProxy();
214
*result =
m_protectionSpace
.port();
221
switch (
m_protectionSpace
.serverType()) {
244
switch (
m_protectionSpace
.serverType()) {
267
BString bstring =
m_protectionSpace
.realm()
[
all
...]
WebURLProtectionSpace.h
91
WebCore::ProtectionSpace
m_protectionSpace
;
/external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.cpp
44
,
m_protectionSpace
(protectionSpace)
64
return
m_protectionSpace
;
AuthenticationChallengeBase.h
58
ProtectionSpace
m_protectionSpace
;
Completed in 442 milliseconds