Home
last modified time | relevance | path

Searched refs:ProxyInstanceSet (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h314 typedef HashSet<ProxyInstance*> ProxyInstanceSet; typedef
315 ProxyInstanceSet m_instances;
DNetscapePluginInstanceProxy.mm193 ProxyInstanceSet instances;
197 ProxyInstanceSet::const_iterator end = instances.end();
198 for (ProxyInstanceSet::const_iterator it = instances.begin(); it != end; ++it)