Searched refs:m_responseURL (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/loader/ |
D | SubstituteData.h | 46 , m_responseURL(responseURL) in m_content() 56 const KURL& responseURL() const { return m_responseURL; } in responseURL() 63 KURL m_responseURL; variable
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebBaseNetscapePluginStream.mm | 105 … contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get() 119 … URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()]; 216 m_responseURL = url; 220 m_stream.url = strdup([m_responseURL.get() _web_URLCString]); 249 …LOG(Plugins, "NPP_NewStream URL=%@ MIME=%@ error=%d", m_responseURL.get(), m_mimeType.get(), npErr… 252 … LOG_ERROR("NPP_NewStream failed with error: %d responseURL: %@", npErr, m_responseURL.get()); 400 … LOG(Plugins, "NPP_StreamAsFile responseURL=%@ path=%s", m_responseURL.get(), carbonPath); 427 LOG(Plugins, "NPP_DestroyStream responseURL=%@ error=%d", m_responseURL.get(), npErr); 516 LOG(Plugins, "NPP_WriteReady responseURL=%@ bytes=%d", m_responseURL.get(), deliveryBytes); 539 …LOG(Plugins, "NPP_Write responseURL=%@ bytes=%d total-delivered=%d/%d", m_responseURL.get(), deliv…
|
D | WebBaseNetscapePluginStream.h | 103 RetainPtr<NSURL> m_responseURL; variable
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
D | HostedNetscapePluginStream.mm | 95 m_responseURL = responseURL; 257 … contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get() 271 … URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()];
|
D | HostedNetscapePluginStream.h | 96 RetainPtr<NSURL> m_responseURL; variable
|