Searched defs:manualStreamDidReceiveResponse (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp407 void PluginControllerProxy::manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers) function in class:WebKit::PluginControllerProxy
412 m_plugin->manualStreamDidReceiveResponse(KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp249 void PluginProxy::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const WTF::String& mimeType, const WTF::String& headers) function in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp625 void NetscapePlugin::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, function in class:WebKit::NetscapePlugin

Completed in 97 milliseconds