Home
last modified time | relevance | path

Searched refs:m_httpsURL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandleCFNet.cpp73 m_httpsURL.adoptCF(httpsURL.createCFURL()); in SocketStreamHandle()
146 …m_pacRunLoopSource.adoptCF(CFNetworkExecuteProxyAutoConfigurationURL(pacFileURL, m_httpsURL.get(),… in executePACFileURL()
189 …RetainPtr<CFArrayRef> proxyArray(AdoptCF, CFNetworkCopyProxiesForURL(m_httpsURL.get(), proxyDictio… in chooseProxy()
406 …Ref> dummyRequest(AdoptCF, CFHTTPMessageCreateRequest(0, CFSTR("GET"), m_httpsURL.get(), kCFHTTPVe… in addCONNECTCredentials()
492 …ssageRef> proxyResponse(AdoptCF, wkCopyCONNECTProxyResponse(m_readStream.get(), m_httpsURL.get())); in readStreamCallback()
DSocketStreamHandle.h114 RetainPtr<CFURLRef> m_httpsURL; // ws(s): replaced with https: variable
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2929267 (WebCore::SocketStreamHandle::chooseProxy): Use stored m_httpsURL.get.