Searched refs:removeStream (Results 1 – 3 of 3) sorted by relevance
93 void removeStream(Stream*);
212 m_pluginView->removeStream(this); in didFail()225 m_pluginView->removeStream(this); in didFinishLoading()772 void PluginView::removeStream(Stream* stream) in removeStream() function in WebKit::PluginView
39357 After calling removeStream, set the plug-in view member variable to 0. This is OK to do39358 … since we keep a reference to the Stream, so we're sure that the call to removeStream does not39703 (WebKit::PluginView::removeStream):