OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtectionSpaceAuthenticationSchemeHTTPBasic
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/network/
ProtectionSpace.h
45
ProtectionSpaceAuthenticationSchemeHTTPBasic
= 2,
CredentialStorage.cpp
96
if (scheme ==
ProtectionSpaceAuthenticationSchemeHTTPBasic
|| scheme == ProtectionSpaceAuthenticationSchemeDefault) {
/external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.cpp
158
case
ProtectionSpaceAuthenticationSchemeHTTPBasic
:
247
scheme =
ProtectionSpaceAuthenticationSchemeHTTPBasic
;
SocketStreamHandleCFNet.cpp
371
return
ProtectionSpaceAuthenticationSchemeHTTPBasic
;
/external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp
106
case
ProtectionSpaceAuthenticationSchemeHTTPBasic
:
136
scheme =
ProtectionSpaceAuthenticationSchemeHTTPBasic
;
/external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
204
case
ProtectionSpaceAuthenticationSchemeHTTPBasic
:
315
scheme =
ProtectionSpaceAuthenticationSchemeHTTPBasic
;
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h
253
case WebCore::
ProtectionSpaceAuthenticationSchemeHTTPBasic
:
Completed in 43 milliseconds