Searched refs:streamDidReceiveData (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPlugin.h109 virtual void streamDidReceiveData(uint64_t streamID, const char* bytes, int length) = 0;
H A DPluginProxy.h77 virtual void streamDidReceiveData(uint64_t streamID, const char* bytes, int length);
H A DPluginProxy.cpp234 void PluginProxy::streamDidReceiveData(uint64_t streamID, const char* bytes, int length) function in class:WebKit::PluginProxy
H A DPluginView.cpp200 m_pluginView->m_plugin->streamDidReceiveData(m_streamID, bytes, length);
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.h112 void streamDidReceiveData(uint64_t streamID, const CoreIPC::DataReference& data);
H A DPluginControllerProxy.cpp392 void PluginControllerProxy::streamDidReceiveData(uint64_t streamID, const CoreIPC::DataReference& data) function in class:WebKit::PluginControllerProxy
394 m_plugin->streamDidReceiveData(streamID, reinterpret_cast<const char*>(data.data()), data.size());
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h156 virtual void streamDidReceiveData(uint64_t streamID, const char* bytes, int length);
H A DNetscapePlugin.cpp601 void NetscapePlugin::streamDidReceiveData(uint64_t streamID, const char* bytes, int length) function in class:WebKit::NetscapePlugin

Completed in 288 milliseconds