Home
last modified time | relevance | path

Searched refs:receivesCredentialSecurely (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Authentication/
DWebProtectionSpace.cpp63 bool WebProtectionSpace::receivesCredentialSecurely() const in receivesCredentialSecurely() function in WebKit::WebProtectionSpace
65 return m_coreProtectionSpace.receivesCredentialSecurely(); in receivesCredentialSecurely()
DWebProtectionSpace.h50 bool receivesCredentialSecurely() const;
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKProtectionSpace.cpp66 return toImpl(protectionSpaceRef)->receivesCredentialSecurely(); in WKProtectionSpaceGetReceivesCredentialSecurely()
/external/webkit/Source/WebCore/platform/network/
DProtectionSpace.h72 bool receivesCredentialSecurely() const;
DProtectionSpace.cpp93 bool ProtectionSpace::receivesCredentialSecurely() const in receivesCredentialSecurely() function in WebCore::ProtectionSpace
/external/webkit/Source/WebKit/win/
DWebURLProtectionSpace.cpp272 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::receivesCredentialSecurely( in receivesCredentialSecurely() function in WebURLProtectionSpace
275 *result = m_protectionSpace.receivesCredentialSecurely(); in receivesCredentialSecurely()
DWebURLProtectionSpace.h82 virtual HRESULT STDMETHODCALLTYPE receivesCredentialSecurely(
DChangeLog-2009-06-1617933 (WebURLProtectionSpace::receivesCredentialSecurely):
/external/webkit/Source/WebKit/win/Interfaces/
DIWebURLAuthenticationChallenge.idl186 -(BOOL)receivesCredentialSecurely
188 HRESULT receivesCredentialSecurely([out, retval] BOOL* result);
/external/webkit/Source/WebKit/mac/Panels/
DWebAuthenticationPanel.m198 …if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString…
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1045323 … (WebCore::ProtectionSpace::receivesCredentialSecurely): Make my previous change conditionally
45332 (WebCore::ProtectionSpace::receivesCredentialSecurely): Call functional CFNetwork method to
DChangeLog-2007-10-1463867 (WebCore::ProtectionSpace::receivesCredentialSecurely):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1614686 (WebKit::WebProtectionSpace::receivesCredentialSecurely):