Home
last modified time | relevance | path

Searched refs:eventLogging (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp262 obj->eventLogging = true; in NPP_New()
366 obj->eventLogging = true; in NPP_SetWindow()
470 if (obj->eventLogging) { in handleEventCarbon()
478 if (obj->eventLogging) { in handleEventCarbon()
484 if (obj->eventLogging) in handleEventCarbon()
490 if (obj->eventLogging) in handleEventCarbon()
493 obj->eventLogging = false; in handleEventCarbon()
499 if (obj->eventLogging) in handleEventCarbon()
503 if (obj->eventLogging) in handleEventCarbon()
507 if (obj->eventLogging) in handleEventCarbon()
[all …]
DPluginObject.h53 NPBool eventLogging; member
DPluginObject.cpp294 BOOLEAN_TO_NPVARIANT(plugin->eventLogging, *result); in pluginGetProperty()
353 plugin->eventLogging = NPVARIANT_TO_BOOLEAN(*variant); in pluginSetProperty()
1151 newInstance->eventLogging = FALSE; in pluginAllocate()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp281 if (!obj->eventLogging) in webkit_test_plugin_handle_event()