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

/external/webkit/Source/WebKit2/PluginProcess/
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/
H A DPluginProxy.cpp234 void PluginProxy::streamDidReceiveData(uint64_t streamID, const char* bytes, int length) function in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp601 void NetscapePlugin::streamDidReceiveData(uint64_t streamID, const char* bytes, int length) function in class:WebKit::NetscapePlugin

Completed in 42 milliseconds