HomeSort by relevance Sort by last modified time
    Searched refs:_NPN_DeallocateObject (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
npruntime_priv.h 44 void _NPN_DeallocateObject(NPObject*);
npruntime.cpp 293 // _NPN_DeallocateObject actually deletes the object. Technically,
296 void _NPN_DeallocateObject(NPObject* npObject)
332 _NPN_DeallocateObject(npObject);
ScriptController.cpp 138 // 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/
npruntime.cpp 148 _NPN_DeallocateObject(obj);
152 void _NPN_DeallocateObject(NPObject *obj)
npruntime_impl.h 47 extern void _NPN_DeallocateObject(NPObject*);
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 485 // 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 807 milliseconds