Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptController.h135 void cleanupScriptObjectsForPlugin(Widget*);
DScriptController.cpp339 void ScriptController::cleanupScriptObjectsForPlugin(Widget* nativeHandle) in cleanupScriptObjectsForPlugin() function in blink::ScriptController
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp421 frame()->script().cleanupScriptObjectsForPlugin(this); in clearScriptObjects()