Searched refs:DOMWrapperMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h43 class DOMWrapperMap { class in namespace:blink
45 explicit DOMWrapperMap(v8::Isolate* isolate) function in class:blink::DOMWrapperMap
H A DV8NPObject.cpp419 static DOMWrapperMap<NPObject>& staticNPObjectMap()
421 DEFINE_STATIC_LOCAL(DOMWrapperMap<NPObject>, npObjectMap, (v8::Isolate::GetCurrent()));
426 inline void DOMWrapperMap<NPObject>::PersistentValueMapTraits::Dispose(
H A DDOMDataStore.h34 #include "bindings/core/v8/DOMWrapperMap.h"
306 DOMWrapperMap<ScriptWrappableBase> m_wrapperMap;
310 inline void DOMWrapperMap<ScriptWrappableBase>::PersistentValueMapTraits::Dispose(

Completed in 951 milliseconds