Home
last modified time | relevance | path

Searched refs:logDestroy (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObject.h55 NPBool logDestroy; member
DPluginObject.cpp298 BOOLEAN_TO_NPVARIANT(plugin->logDestroy, *result); in pluginGetProperty()
357 plugin->logDestroy = NPVARIANT_TO_BOOLEAN(*variant); in pluginSetProperty()
1158 newInstance->logDestroy = FALSE; in pluginAllocate()
Dmain.cpp330 if (obj->logDestroy) in NPP_Destroy()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp132 if (obj->logDestroy) in webkit_test_plugin_destroy_instance()
/external/webkit/Tools/
DChangeLog-2009-06-1611486 In DRT, "plugin.logDestroy = true" not working on Windows.
17658 …Add a "logDestroy" property which controls whether plugins should print when they are destroyed or…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-166214 Capture logDestroy messages from the test plugin. DRT's WebPage
6304 Capture logDestroy messages from the test plugin. DRT's WebPage