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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 340 typedef HashSet<ProxyInstance*> ProxyInstanceSet;
341 ProxyInstanceSet m_instances;
NetscapePluginInstanceProxy.mm 301 ProxyInstanceSet instances;
305 ProxyInstanceSet::const_iterator end = instances.end();
306 for (ProxyInstanceSet::const_iterator it = instances.begin(); it != end; ++it)
    [all...]

Completed in 648 milliseconds