Home
last modified time | relevance | path

Searched refs:EPHY_PREFS_LOCKDOWN_FULLSCREEN (Results 1 – 5 of 5) sorted by relevance

/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-lockdown.c86 { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "new-window", "enabled" },
87 { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "new-incognito", "enabled" },
99 { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "fullscreen", "enabled" },
111 { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "open-link-in-new-window", "enabled" }
194 "changed::" EPHY_PREFS_LOCKDOWN_FULLSCREEN, in window_added_cb()
202 EPHY_PREFS_LOCKDOWN_FULLSCREEN, EPHY_WINDOW (window)); in window_added_cb()
H A Dephy-shell.c1408 EPHY_PREFS_LOCKDOWN_FULLSCREEN); in open_uris_data_new()
H A Dephy-window.c2022 EPHY_PREFS_LOCKDOWN_FULLSCREEN))) { in create_web_view_cb()
2218 EPHY_PREFS_LOCKDOWN_FULLSCREEN)) { in decide_navigation_policy()
/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-prefs.h158 #define EPHY_PREFS_LOCKDOWN_FULLSCREEN "disable-fullscreen" macro
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-embed.c340 if (!g_settings_get_boolean (EPHY_SETTINGS_LOCKDOWN, EPHY_PREFS_LOCKDOWN_FULLSCREEN)) { in ephy_embed_entering_fullscreen()