Searched refs:m_responseURL (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DSubstituteData.h46 , m_responseURL(responseURL)
56 const KURL& responseURL() const { return m_responseURL; }
63 KURL m_responseURL; member in class:WebCore::SubstituteData
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm106 contentURL:m_responseURL ? m_responseURL.get() : (NSURL *)m_requestURL
120 URL:m_responseURL ? m_responseURL.get() : (NSURL *)m_requestURL];
217 m_responseURL = url;
221 m_stream.url = strdup([m_responseURL.get() _web_URLCString]);
250 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%s error=%d", m_responseURL.get(), m_mimeType.data(), npErr);
253 LOG_ERROR("NPP_NewStream failed with error: %d responseURL: %@", npErr, m_responseURL.get());
397 LOG(Plugins, "NPP_StreamAsFile responseURL=%@ path=%s", m_responseURL.get(), carbonPath);
424 LOG(Plugins, "NPP_DestroyStream responseURL=%@ error=%d", m_responseURL
[all...]
H A DWebNetscapePluginStream.h104 RetainPtr<NSURL> m_responseURL; member in class:WebNetscapePluginStream
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm96 m_responseURL = responseURL;
254 contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get()
268 URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()];
H A DHostedNetscapePluginStream.h96 RetainPtr<NSURL> m_responseURL; member in class:WebKit::HostedNetscapePluginStream
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.cpp93 return m_responseURL;
110 m_responseURL = response.url();
H A DWorkerScriptLoader.h77 KURL m_responseURL; member in class:WebCore::WorkerScriptLoader
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h101 CString m_responseURL; member in class:WebKit::NetscapePluginStream
H A DNetscapePluginStream.cpp148 m_responseURL = responseURLString.utf8();
153 m_npStream.url = m_responseURL.data();
347 m_plugin->NPP_URLNotify(m_responseURL.data(), reason, m_notificationData);

Completed in 2190 milliseconds