Searched refs:_NPN_DeallocateObject (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_priv.h44 void _NPN_DeallocateObject(NPObject*);
H A Dnpruntime.cpp293 // _NPN_DeallocateObject actually deletes the object. Technically,
296 void _NPN_DeallocateObject(NPObject* npObject) function
332 _NPN_DeallocateObject(npObject);
H A DScriptController.cpp138 // Call _NPN_DeallocateObject() instead of _NPN_ReleaseObject() so that we don't leak if a plugin fails to release the window
141 _NPN_DeallocateObject(m_windowScriptNPObject);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.cpp148 _NPN_DeallocateObject(obj);
152 void _NPN_DeallocateObject(NPObject *obj) function
H A Dnpruntime_impl.h47 extern void _NPN_DeallocateObject(NPObject*);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.cpp485 // Call _NPN_DeallocateObject() instead of _NPN_ReleaseObject() so that we don't leak if a plugin fails to release the window
488 _NPN_DeallocateObject(m_windowScriptNPObject);

Completed in 116 milliseconds