Home
last modified time | relevance | path

Searched refs:streamLength (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp62 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()
DNetscapePluginStream.h57 void didReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength,
71 bool start(const String& responseURLString, uint32_t streamLength,
DNetscapePlugin.cpp592 …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()
DNetscapePlugin.h154 …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/
DPlugin.h105 …reamDidReceiveResponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength,
118 …rtual void manualStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength,
DPluginProxy.h76 …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…
DPluginProxy.cpp229 …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()
DPluginView.cpp191 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/
DFormDataStreamMac.mm103 , 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/
DPluginControllerProxy.cpp387 …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()
DPluginControllerProxy.h111 …Response(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastM…
115 …void manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32…
DPluginControllerProxy.messages.in39 …veResponse(uint64_t streamID, WTF::String responseURLString, uint32_t streamLength, uint32_t lastM…
51 …ManualStreamDidReceiveResponse(WTF::String responseURLString, uint32_t streamLength, uint32_t last…