Home | History | Annotate | Download | only in plugins

Lines Matching refs:instanceMap

98 typedef HashMap<NPP, PluginView*> InstanceMap;
100 static InstanceMap& instanceMap()
102 static InstanceMap& map = *new InstanceMap;
300 instanceMap().remove(m_instance);
962 instanceMap().add(m_instance, this);
1399 PluginView* view = instanceMap().get(instance);