Searched defs:getCachedWrapper (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.h157 template <typename DOMClass> inline JSDOMWrapper* getCachedWrapper(DOMWrapperWorld* world, DOMClass* domObject) function in namespace:WebCore
185 ASSERT(!getCachedWrapper(currentWorld(exec), node));
197 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), domObject))

Completed in 51 milliseconds