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

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h340 typedef HashSet<ProxyInstance*> ProxyInstanceSet; typedef in class:WebKit::NetscapePluginInstanceProxy
341 ProxyInstanceSet m_instances;
H A DNetscapePluginInstanceProxy.mm301 ProxyInstanceSet instances;
305 ProxyInstanceSet::const_iterator end = instances.end();
306 for (ProxyInstanceSet::const_iterator it = instances.begin(); it != end; ++it)

Completed in 67 milliseconds