Home
last modified time | relevance | path

Searched refs:cleanupScriptObjectsForPlugin (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DScriptController.h173 void cleanupScriptObjectsForPlugin(Widget*);
DScriptController.cpp365 void ScriptController::cleanupScriptObjectsForPlugin(Widget* nativeHandle) in cleanupScriptObjectsForPlugin() function in WebCore::ScriptController
/external/webkit/Source/WebCore/bindings/js/
DScriptController.h143 void cleanupScriptObjectsForPlugin(void*);
DScriptController.cpp457 void ScriptController::cleanupScriptObjectsForPlugin(void* nativeHandle) in cleanupScriptObjectsForPlugin() function in WebCore::ScriptController
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp340 frame->script()->cleanupScriptObjectsForPlugin(this); in clearScriptObjects()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm294 frame->script()->cleanupScriptObjectsForPlugin(self);
343 frame->script()->cleanupScriptObjectsForPlugin(self);
DWebNetscapePluginView.mm2413 frame->script()->cleanupScriptObjectsForPlugin(self);
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp331 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm299 frame->script()->cleanupScriptObjectsForPlugin(m_pluginView);
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-294259 ScriptController::cleanupScriptObjectsForPlugin() in
DChangeLog-2007-10-143261 Call cleanupScriptObjectsForPlugin on the frame after destroying the plug-in.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2968160 The V8 ScriptController's cleanupScriptObjectsForPlugin should take a
68165 (WebCore::ScriptController::cleanupScriptObjectsForPlugin):
74013 (WebCore::ScriptController::cleanupScriptObjectsForPlugin):
DChangeLog-2007-10-1422820 Add Frame::cleanupScriptObjectsForPlugin which will invalidate the root object
22825 (WebCore::Frame::cleanupScriptObjectsForPlugin):
DChangeLog-2008-08-10672 (WebCore::ScriptController::cleanupScriptObjectsForPlugin):