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

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 92 if (!m_webProtectionSpace)
93 m_webProtectionSpace = WebProtectionSpace::create(m_coreAuthenticationChallenge.protectionSpace());
95 return m_webProtectionSpace.get();
AuthenticationChallengeProxy.h 75 mutable RefPtr<WebProtectionSpace> m_webProtectionSpace;

Completed in 17 milliseconds