Searched refs:cancelStreamLoad (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginController.h61 virtual void cancelStreamLoad(uint64_t streamID) = 0;
H A DPluginProxy.h115 void cancelStreamLoad(uint64_t streamID);
H A DPluginView.h124 virtual void cancelStreamLoad(uint64_t streamID);
H A DPluginProxy.cpp438 void PluginProxy::cancelStreamLoad(uint64_t streamID) function in class:WebKit::PluginProxy
440 m_pluginController->cancelStreamLoad(streamID);
H A DPluginView.cpp884 void PluginView::cancelStreamLoad(uint64_t streamID) function in class:WebKit::PluginView
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.h85 virtual void cancelStreamLoad(uint64_t streamID);
H A DPluginControllerProxy.cpp207 void PluginControllerProxy::cancelStreamLoad(uint64_t streamID) function in class:WebKit::PluginControllerProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h91 void cancelStreamLoad(NetscapePluginStream*);
H A DNetscapePluginStream.cpp337 m_plugin->cancelStreamLoad(this);
H A DNetscapePlugin.cpp233 void NetscapePlugin::cancelStreamLoad(NetscapePluginStream* pluginStream) function in class:WebKit::NetscapePlugin
241 m_pluginController->cancelStreamLoad(pluginStream->streamID());
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h80 bool cancelStreamLoad(uint32_t streamID, NPReason);
H A DNetscapePluginHostProxy.mm418 if (!instanceProxy->cancelStreamLoad(streamID, reason))
H A DNetscapePluginInstanceProxy.mm356 bool NetscapePluginInstanceProxy::cancelStreamLoad(uint32_t streamID, NPReason reason)

Completed in 704 milliseconds