Searched refs:receivesCredentialSecurely (Results 1 – 13 of 13) sorted by relevance
63 bool WebProtectionSpace::receivesCredentialSecurely() const in receivesCredentialSecurely() function in WebKit::WebProtectionSpace65 return m_coreProtectionSpace.receivesCredentialSecurely(); in receivesCredentialSecurely()
50 bool receivesCredentialSecurely() const;
66 return toImpl(protectionSpaceRef)->receivesCredentialSecurely(); in WKProtectionSpaceGetReceivesCredentialSecurely()
72 bool receivesCredentialSecurely() const;
93 bool ProtectionSpace::receivesCredentialSecurely() const in receivesCredentialSecurely() function in WebCore::ProtectionSpace
272 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::receivesCredentialSecurely( in receivesCredentialSecurely() function in WebURLProtectionSpace275 *result = m_protectionSpace.receivesCredentialSecurely(); in receivesCredentialSecurely()
82 virtual HRESULT STDMETHODCALLTYPE receivesCredentialSecurely(
17933 (WebURLProtectionSpace::receivesCredentialSecurely):
186 -(BOOL)receivesCredentialSecurely188 HRESULT receivesCredentialSecurely([out, retval] BOOL* result);
198 …if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString…
45323 … (WebCore::ProtectionSpace::receivesCredentialSecurely): Make my previous change conditionally45332 (WebCore::ProtectionSpace::receivesCredentialSecurely): Call functional CFNetwork method to
63867 (WebCore::ProtectionSpace::receivesCredentialSecurely):
14686 (WebKit::WebProtectionSpace::receivesCredentialSecurely):