Home
last modified time | relevance | path

Searched refs:onSetWindow (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp99 else if (strcasecmp(argn[i], "onSetWindow") == 0 && !obj->onSetWindow) in webkit_test_plugin_new_instance()
100 obj->onSetWindow = strdup(argv[i]); in webkit_test_plugin_new_instance()
135 if (obj->onSetWindow) in webkit_test_plugin_destroy_instance()
136 free(obj->onSetWindow); in webkit_test_plugin_destroy_instance()
158 if (obj->onSetWindow) in webkit_test_plugin_set_window()
159 executeScript(obj, obj->onSetWindow); in webkit_test_plugin_set_window()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp207 else if (strcasecmp(argn[i], "onSetWindow") == 0 && !obj->onSetWindow) in NPP_New()
208 obj->onSetWindow = strdup(argv[i]); in NPP_New()
324 if (obj->onSetWindow) in NPP_Destroy()
325 free(obj->onSetWindow); in NPP_Destroy()
357 if (obj->onSetWindow) in NPP_SetWindow()
358 executeScript(obj, obj->onSetWindow); in NPP_SetWindow()
DPluginObject.h70 char* onSetWindow; member
DPluginObject.cpp1156 newInstance->onSetWindow = 0; in pluginAllocate()
/external/webkit/Tools/
DChangeLog-2010-05-249664 (webkit_test_plugin_new_instance): Add onSetWindow.
9665 (webkit_test_plugin_destroy_instance): Add onSetWindow.
9666 (webkit_test_plugin_set_window): Add onSetWindow.
9668 (NPP_New): Add onSetWindow.
9669 (NPP_Destroy): Add onSetWindow.
9670 (NPP_SetWindow): Add onSetWindow.