Home
last modified time | relevance | path

Searched refs:ephy_profile_dir_is_web_application (Results 1 – 8 of 8) sorted by relevance

/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-settings.c60 if (ephy_profile_dir_is_web_application ()) { in ephy_settings_init()
70 if (!ephy_profile_dir_is_web_application () && ephy_prefs_relocatable_schemas[i].is_webapp_only) in ephy_settings_init()
H A Dephy-user-agent.c46 web_app = ephy_profile_dir_is_web_application (); in ephy_user_agent_get()
H A Dephy-file-helpers.h54 gboolean ephy_profile_dir_is_web_application (void);
H A Dephy-file-helpers.c286 ephy_profile_dir_is_web_application (void) in ephy_profile_dir_is_web_application() function
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-header-bar.c360 if (ephy_profile_dir_is_web_application ()) { in ephy_header_bar_constructed()
H A Dephy-action-bar-start.c570 if (ephy_profile_dir_is_web_application ()) { in ephy_action_bar_start_constructed()
H A Dephy-window.c3753 !ephy_profile_dir_is_web_application ()) in ephy_window_constructed()
/dports/www/epiphany/epiphany-41.0/embed/web-process-extension/
H A Dephy-web-process-extension.c610 return ephy_profile_dir_is_web_application (); in js_is_web_application()