Searched refs:coreProtectionSpace (Results 1 – 2 of 2) sorted by relevance
33 WebProtectionSpace::WebProtectionSpace(const WebCore::ProtectionSpace& coreProtectionSpace) in WebProtectionSpace() argument34 : m_coreProtectionSpace(coreProtectionSpace) in WebProtectionSpace()
2851 …tionSpaceInFrame(uint64_t frameID, const WebCore::ProtectionSpace& coreProtectionSpace, bool& canA… in canAuthenticateAgainstProtectionSpaceInFrame() argument2856 RefPtr<WebProtectionSpace> protectionSpace = WebProtectionSpace::create(coreProtectionSpace); in canAuthenticateAgainstProtectionSpaceInFrame()