Home | History | Annotate | Download | only in mac

Lines Matching refs:m_proxy

70 // WebCoreNSURLConnectionDelegateProxy exists so that we can cast m_proxy to it in order
309 ASSERT(!d->m_proxy);
310 d->m_proxy.adoptNS(wkCreateNSURLConnectionDelegateProxy());
311 [static_cast<WebCoreNSURLConnectionDelegateProxy*>(d->m_proxy.get()) setDelegate:ResourceHandle::delegate()];
328 d->m_proxy.get(),
429 if (d->m_proxy)
430 [d->m_proxy.get() setDelegate:nil];
451 id proxy = [[d->m_proxy.get() retain] autorelease];
452 d->m_proxy = nil;