HomeSort by relevance Sort by last modified time
    Searched refs:m_streams (Results 1 - 11 of 11) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/input/
DemuxInputStream.java 32 private InheritableThreadLocal<InputStream> m_streams = new InheritableThreadLocal<InputStream>(); field in class:DemuxInputStream
43 m_streams.set( input );
91 return m_streams.get();
  /packages/apps/Email/src/org/apache/commons/io/output/
DemuxOutputStream.java 32 private InheritableThreadLocal<OutputStream> m_streams = new InheritableThreadLocal<OutputStream>(); field in class:DemuxOutputStream
43 m_streams.set( output );
103 return m_streams.get();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 154 ASSERT(!m_streams.contains(requestID));
156 m_streams.set(requestID, pluginStream.release());
172 for (StreamsMap::const_iterator it = m_streams.begin(), end = m_streams.end(); it != end; ++it) {
251 ASSERT(m_streams.get(pluginStream->streamID()) == pluginStream);
252 m_streams.remove(pluginStream->streamID());
390 return m_streams.get(streamID).get();
396 copyValuesToVector(m_streams, streams);
NetscapePlugin.h 195 StreamsMap m_streams; member in class:WebKit::NetscapePlugin
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 768 ASSERT(!m_streams.contains(stream->streamID()));
769 m_streams.set(stream->streamID(), stream);
774 ASSERT(m_streams.get(stream->streamID()) == stream);
776 m_streams.remove(stream->streamID());
782 copyValuesToVector(m_streams, streams);
787 // Cancelling a stream removes it from the m_streams map, so if we cancel all streams the map should be empty.
788 ASSERT(m_streams.isEmpty());
888 RefPtr<Stream> stream = m_streams.get(streamID).get();
894 ASSERT(!m_streams.contains(streamID));
    [all...]
PluginView.h 168 HashMap<uint64_t, RefPtr<Stream> > m_streams; member in class:WebKit::PluginView
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 352 HashSet<RefPtr<PluginStream> > streams = m_streams;
359 ASSERT(m_streams.isEmpty());
468 m_streams.add(stream);
513 m_streams.add(stream);
863 ASSERT(m_streams.contains(stream));
865 m_streams.remove(stream);
    [all...]
PluginView.h 393 HashSet<RefPtr<PluginStream> > m_streams; member in class:WebCore::PluginView
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 283 copyValuesToVector(m_streams, streamsCopy);
363 stream = m_streams.get(streamID).get();
379 ASSERT(m_streams.get(stream->streamID()) == stream);
380 m_streams.remove(stream->streamID());
708 m_streams.add(stream->streamID(), stream);
789 ASSERT(!m_streams.contains(requestID));
790 m_streams.add(requestID, stream);
    [all...]
NetscapePluginInstanceProxy.h 299 HashMap<uint32_t, RefPtr<HostedNetscapePluginStream> > m_streams; member in class:WebKit::NetscapePluginInstanceProxy
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 145 milliseconds