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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 194 typedef HashMap<uint64_t, RefPtr<NetscapePluginStream> > StreamsMap;
195 StreamsMap m_streams;
NetscapePlugin.cpp 172 for (StreamsMap::const_iterator it = m_streams.begin(), end = m_streams.end(); it != end; ++it) {

Completed in 33 milliseconds