/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.cpp | 62 void NetscapePluginStream::didReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint3… in didReceiveResponse() argument 67 start(responseURL, streamLength, lastModifiedTime, mimeType, headers); in didReceiveResponse() 146 bool NetscapePluginStream::start(const String& responseURLString, uint32_t streamLength, uint32_t l… in start() argument 154 m_npStream.end = streamLength; in start()
|
D | NetscapePluginStream.h | 57 void didReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength, 71 bool start(const String& responseURLString, uint32_t streamLength,
|
D | NetscapePlugin.cpp | 592 …lugin::streamDidReceiveResponse(uint64_t streamID, const KURL& responseURL, uint32_t streamLength, in streamDidReceiveResponse() argument 598 … pluginStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers); in streamDidReceiveResponse() 625 void NetscapePlugin::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength,… in manualStreamDidReceiveResponse() argument 633 …m_manualStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers); in manualStreamDidReceiveResponse()
|
D | NetscapePlugin.h | 154 …reamDidReceiveResponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength, 159 …rtual void manualStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength,
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | Plugin.h | 105 …reamDidReceiveResponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength, 118 …rtual void manualStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength,
|
D | PluginProxy.h | 76 …esponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength, uint32_t lastM… 80 …alStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength, uint32_t lastM…
|
D | PluginProxy.cpp | 229 …dReceiveResponse(uint64_t streamID, const KURL& responseURL, uint32_t streamLength, uint32_t lastM… in streamDidReceiveResponse() argument 231 …rollerProxy::StreamDidReceiveResponse(streamID, responseURL.string(), streamLength, lastModifiedTi… in streamDidReceiveResponse() 249 void PluginProxy::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, u… in manualStreamDidReceiveResponse() argument 251 …ControllerProxy::ManualStreamDidReceiveResponse(responseURL.string(), streamLength, lastModifiedTi… in manualStreamDidReceiveResponse()
|
D | PluginView.cpp | 191 uint32_t streamLength = 0; in didReceiveResponse() local 193 streamLength = expectedContentLength; in didReceiveResponse() 195 …m_pluginView->m_plugin->streamDidReceiveResponse(m_streamID, responseURL, streamLength, response.l… in didReceiveResponse() 320 uint32_t streamLength = 0; in manualLoadDidReceiveResponse() local 322 streamLength = expectedContentLength; in manualLoadDidReceiveResponse() 324 …m_plugin->manualStreamDidReceiveResponse(responseURL, streamLength, response.lastModifiedDate(), m… in manualLoadDidReceiveResponse()
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | FormDataStreamMac.mm | 103 , streamLength(streamLength_) 109 unsigned long long streamLength; 120 resourceHandle->client()->didSendData(resourceHandle, data->bytesSent, data->streamLength); 129 unsigned long long streamLength; 141 unsigned long long streamLength; 239 newInfo->streamLength = formContext->streamLength; 302 …dDataCallbackData* data = new DidSendDataCallbackData(stream, form->bytesSent, form->streamLength);
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 387 …Response(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastM… in streamDidReceiveResponse() argument 389 …idReceiveResponse(streamID, KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTi… in streamDidReceiveResponse() 407 …ualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32_t lastM… in manualStreamDidReceiveResponse() argument 412 …m_plugin->manualStreamDidReceiveResponse(KURL(ParsedURLString, responseURLString), streamLength, l… in manualStreamDidReceiveResponse()
|
D | PluginControllerProxy.h | 111 …Response(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastM… 115 …void manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32…
|
D | PluginControllerProxy.messages.in | 39 …veResponse(uint64_t streamID, WTF::String responseURLString, uint32_t streamLength, uint32_t lastM… 51 …ManualStreamDidReceiveResponse(WTF::String responseURLString, uint32_t streamLength, uint32_t last…
|