HomeSort by relevance Sort by last modified time
    Searched refs:m_responseURL (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/loader/
SubstituteData.h 46 , m_responseURL(responseURL)
56 const KURL& responseURL() const { return m_responseURL; }
63 KURL m_responseURL;
  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.h 77 KURL m_responseURL;
WorkerScriptLoader.cpp 93 return m_responseURL;
110 m_responseURL = response.url();
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 106 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.get(), npErr)
    [all...]
WebNetscapePluginStream.h 104 RetainPtr<NSURL> m_responseURL;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 96 m_responseURL = responseURL;
254 contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get()
268 URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()];
HostedNetscapePluginStream.h 96 RetainPtr<NSURL> m_responseURL;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.h 101 CString m_responseURL;
NetscapePluginStream.cpp 148 m_responseURL = responseURLString.utf8();
153 m_npStream.url = m_responseURL.data();
347 m_plugin->NPP_URLNotify(m_responseURL.data(), reason, m_notificationData);

Completed in 327 milliseconds