Home
last modified time | relevance | path

Searched refs:disconnectStream (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
DHostedNetscapePluginStream.mm127 m_instance->disconnectStream(this);
201 m_instance->disconnectStream(this);
251 m_instance->disconnectStream(this);
DNetscapePluginInstanceProxy.h85 void disconnectStream(HostedNetscapePluginStream*);
DNetscapePluginInstanceProxy.mm263 void NetscapePluginInstanceProxy::disconnectStream(HostedNetscapePluginStream* stream)
/external/webkit/WebCore/plugins/
DPluginView.h185 void disconnectStream(PluginStream*);
186 void streamDidFinishLoading(PluginStream* stream) { disconnectStream(stream); } in streamDidFinishLoading()
DPluginView.cpp349 disconnectStream((*it).get()); in stop()
860 void PluginView::disconnectStream(PluginStream* stream) in disconnectStream() function in WebCore::PluginView
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h126 - (void)disconnectStream:(WebNetscapePluginStream*)stream;
DWebBaseNetscapePluginStream.mm207 [view disconnectStream:this];
DWebNetscapePluginView.mm1372 - (void)disconnectStream:(WebNetscapePluginStream*)stream
/external/webkit/WebKit/mac/
DChangeLog220 (WebKit::NetscapePluginInstanceProxy::disconnectStream): If the stream is the manual stream,
DWebKit.order1664 -[WebNetscapePluginDocumentView disconnectStream:]
DChangeLog-2010-01-293005 …/problem/7145242> Crashes inside WTF::HashTable below NetscapePluginInstanceProxy::disconnectStream
3008 …apePluginStream::cancelLoad): Canceling the load can result in calling through to disconnectStream.
3010 …This leads to HostedNetscapePluginStream::cancelLoad's call to disconnectStream being passed a dea…
3011 … already disconnected by the call to cancel there's no need to call disconnectStream a second time.
11791 (WebKit::NetscapePluginInstanceProxy::disconnectStream):
13908 (-[WebBaseNetscapePluginView disconnectStream:]):
DChangeLog-2007-10-147858 … (-[WebBaseNetscapePluginStream setPlugin:]): Calls -[WebBaseNetscapePluginView disconnectStream:]
7859 * Plugins/WebBaseNetscapePluginView.h: Added disconnectStream: to header.
7863 …(-[WebBaseNetscapePluginView disconnectStream:]): Added. Removes the stream from the streams colle…
/external/webkit/WebCore/
DChangeLog-2007-10-146706 crash at vw.com WebCore::PluginViewWin::disconnectStream.
26061 (WebCore::PluginViewWin::disconnectStream):
DChangeLog-2008-08-1052803 (WebCore::PluginView::disconnectStream):