Searched refs:m_httpsURL (Results 1 – 3 of 3) sorted by relevance
| /external/webkit/Source/WebCore/platform/network/cf/ |
| D | SocketStreamHandleCFNet.cpp | 73 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()
|
| D | SocketStreamHandle.h | 114 RetainPtr<CFURLRef> m_httpsURL; // ws(s): replaced with https: variable
|
| /external/webkit/Source/WebCore/ |
| D | ChangeLog-2010-01-29 | 29267 (WebCore::SocketStreamHandle::chooseProxy): Use stored m_httpsURL.get.
|