Searched refs:enable_scripts (Results 1 – 2 of 2) sorted by relevance
84 gboolean enable_scripts; member1037 priv->enable_scripts = g_value_get_boolean(value); in webkit_web_settings_set_property()1199 g_value_set_boolean(value, priv->enable_scripts); in webkit_web_settings_get_property()1342 "enable-scripts", priv->enable_scripts, in webkit_web_settings_copy()
119 Eina_Bool enable_scripts:1; member610 priv->settings.enable_scripts = priv->page_settings->isJavaScriptEnabled(); in _ewk_view_priv_new()2464 return priv->settings.enable_scripts; in ewk_view_setting_enable_scripts_get()2472 if (priv->settings.enable_scripts != enable) { in ewk_view_setting_enable_scripts_set()2474 priv->settings.enable_scripts = enable; in ewk_view_setting_enable_scripts_set()