Searched defs:receivesCredentialSecurely (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.cpp93 bool ProtectionSpace::receivesCredentialSecurely() const function in class:WebCore::ProtectionSpace
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DWebProtectionSpace.cpp63 bool WebProtectionSpace::receivesCredentialSecurely() const function in class:WebKit::WebProtectionSpace
65 return m_coreProtectionSpace.receivesCredentialSecurely();
/external/webkit/Source/WebKit/win/
H A DWebURLProtectionSpace.cpp272 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::receivesCredentialSecurely( function in class:WebURLProtectionSpace
275 *result = m_protectionSpace.receivesCredentialSecurely();

Completed in 119 milliseconds