• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/

Lines Matching refs:enable

54  * @param settings settings object to enable Javascript Fullscreen API
55 * @param enable @c EINA_TRUE to enable Javascript Fullscreen API or
60 EAPI Eina_Bool ewk_settings_fullscreen_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
78 * @param enable @c EINA_TRUE to enable javascript executing
83 EAPI Eina_Bool ewk_settings_javascript_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
101 * @param automatic @c EINA_TRUE to enable auto loading of the images
124 * @param enable @c EINA_TRUE to enable developer extensions
129 EAPI Eina_Bool ewk_settings_developer_extras_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
149 * @param enable @c EINA_TRUE to enable file access permission
154 EAPI Eina_Bool ewk_settings_file_access_from_file_urls_allowed_set(Ewk_Settings *settings, Eina_Bool enable);
174 * @param enable @c EINA_TRUE to enable the frame flattening
181 EAPI Eina_Bool ewk_settings_frame_flattening_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
202 * @param enable @c EINA_TRUE to enable DNS prefetching or
209 EAPI Eina_Bool ewk_settings_dns_prefetching_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
229 * @param enable @c EINA_TRUE to enable the encoding detector,
234 EAPI Eina_Bool ewk_settings_encoding_detector_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
253 * @param enable @c EINA_TRUE to enable the encoding detector,
276 * @param enable @c EINA_TRUE to enable the offline application cache,
281 EAPI Eina_Bool ewk_settings_offline_web_application_cache_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
299 * @param enable @c EINA_TRUE if the scripts can open new windows
304 EAPI Eina_Bool ewk_settings_scripts_can_open_windows_set(Ewk_Settings *settings, Eina_Bool enable);
326 * @param enable @c EINA_TRUE to enable HTML5 local storage,
331 EAPI Eina_Bool ewk_settings_local_storage_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
355 * @param enable @c EINA_TRUE to enable plug-ins support
360 EAPI Eina_Bool ewk_settings_plugins_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
399 * @param enable @c EINA_TRUE to enable private browsing
404 EAPI Eina_Bool ewk_settings_private_browsing_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
425 * @param enable @c EINA_TRUE to enable the text autosizing
432 EAPI Eina_Bool ewk_settings_text_autosizing_enabled_set(Ewk_Settings *settings, Eina_Bool enable);