Searched refs:NPObjectMap (Results 1 – 1 of 1) sorted by relevance
359 typedef WTF::HashMap<NPObject*, NPObject*> NPObjectMap; typedef363 static NPObjectMap& liveObjectMap() in liveObjectMap()365 DEFINE_STATIC_LOCAL(NPObjectMap, objectMap, ()); in liveObjectMap()394 NPObjectMap::iterator ownerEntry = liveObjectMap().find(owner); in _NPN_RegisterObject()