HomeSort by relevance Sort by last modified time
    Searched refs:receivesCredentialSecurely (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/network/
ProtectionSpace.h 69 bool receivesCredentialSecurely() const;
ProtectionSpace.cpp 93 bool ProtectionSpace::receivesCredentialSecurely() const
  /external/webkit/WebKit/win/
WebURLProtectionSpace.h 85 virtual HRESULT STDMETHODCALLTYPE receivesCredentialSecurely(
WebURLProtectionSpace.cpp 276 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::receivesCredentialSecurely(
279 *result = m_protectionSpace.receivesCredentialSecurely();
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 186 -(BOOL)receivesCredentialSecurely
188 HRESULT receivesCredentialSecurely([out, retval] BOOL* result);
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 196 if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString:@"https"]) {

Completed in 67 milliseconds