Searched refs:m_sender (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DAuthenticationChallenge.h63 id sender() const { return m_sender.get(); }
79 RetainPtr<id> m_sender; member in class:WebCore::AuthenticationChallenge
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.cpp49 , m_sender(sender)
219 if (!m_sender) {
221 m_sender.adoptRef(WebURLAuthenticationChallengeSender::createInstance(client));
224 return m_sender.copyRefTo(sender);
H A DWebURLAuthenticationChallenge.h84 COMPtr<IWebURLAuthenticationChallengeSender> m_sender; variable
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DAuthenticationMac.mm187 , m_sender([challenge sender])
195 m_sender = adoptNS([[WebCoreAuthenticationClientAsChallengeSender alloc] initWithAuthenticationClient:client]);
197 m_nsChallenge = adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);
199 if ([m_sender.get() isMemberOfClass:[WebCoreAuthenticationClientAsChallengeSender class]])
200 [(WebCoreAuthenticationClientAsChallengeSender *)m_sender.get() detachClient];
206 if ([m_sender.get() isMemberOfClass:[WebCoreAuthenticationClientAsChallengeSender class]])
207 return [static_cast<WebCoreAuthenticationClientAsChallengeSender*>(m_sender.get()) client];

Completed in 352 milliseconds