Searched refs:onSetWindow (Results 1 – 5 of 5) sorted by relevance
99 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()
207 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()
70 char* onSetWindow; member
1156 newInstance->onSetWindow = 0; in pluginAllocate()
9664 (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.