Home
last modified time | relevance | path

Searched refs:uncacheWrapper (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DDOMWrapperWorld.cpp36 uncacheWrapper(m_world, domObject, wrapper); in finalize()
DJSNamedNodeMapCustom.cpp57 uncacheWrapper(world, jsNamedNodeMap->impl(), jsNamedNodeMap); in finalize()
DJSNodeListCustom.cpp58 uncacheWrapper(world, jsNodeList->impl(), jsNodeList); in finalize()
DJSNodeCustom.cpp186 uncacheWrapper(world, jsNode->impl(), jsNode); in finalize()
DJSDOMBinding.h172 …template <typename DOMClass> inline void uncacheWrapper(DOMWrapperWorld* world, DOMClass* domObjec… in uncacheWrapper() function
/external/webkit/Source/WebCore/
DChangeLog17528 (WebCore::uncacheWrapper):