Home | History | Annotate | Download | only in tests

Lines Matching refs:plugin

45         WebKitWebPlugin* plugin = (WebKitWebPlugin*)p->data;
46 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
47 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for WebKit")) {
49 enabled = webkit_web_plugin_get_enabled(plugin);
50 webkit_web_plugin_set_enabled(plugin, FALSE);
61 WebKitWebPlugin* plugin = (WebKitWebPlugin*)p->data;
62 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
63 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for WebKit"))
64 enabled = webkit_web_plugin_get_enabled(plugin);