Home
last modified time | relevance | path

Searched refs:PREF_BOOL (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DPrefsHelper.h41 type = java::PrefsHelper::PREF_BOOL; in GetVariantPref()
84 case java::PrefsHelper::PREF_BOOL: in SetVariantPref()
142 case nsIPrefBranch::PREF_BOOL: in GetPrefs()
143 type = java::PrefsHelper::PREF_BOOL; in GetPrefs()
211 case java::PrefsHelper::PREF_BOOL: in SetPref()
275 case nsIPrefBranch::PREF_BOOL: in OnPrefChange()
276 type = java::PrefsHelper::PREF_BOOL; in OnPrefChange()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DPrefsHelper.h44 type = java::PrefsHelper::PREF_BOOL; in GetVariantPref()
87 case java::PrefsHelper::PREF_BOOL: in SetVariantPref()
145 case nsIPrefBranch::PREF_BOOL: in GetPrefs()
146 type = java::PrefsHelper::PREF_BOOL; in GetPrefs()
214 case java::PrefsHelper::PREF_BOOL: in SetPref()
278 case nsIPrefBranch::PREF_BOOL: in OnPrefChange()
279 type = java::PrefsHelper::PREF_BOOL; in OnPrefChange()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DPrefsHelper.h47 type = java::PrefsHelper::PREF_BOOL; in GetVariantPref()
95 case java::PrefsHelper::PREF_BOOL: in SetVariantPref()
152 case nsIPrefBranch::PREF_BOOL: in GetPrefs()
153 type = java::PrefsHelper::PREF_BOOL; in GetPrefs()
227 case java::PrefsHelper::PREF_BOOL: in SetPref()
294 case nsIPrefBranch::PREF_BOOL: in OnPrefChange()
295 type = java::PrefsHelper::PREF_BOOL; in OnPrefChange()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dprefs_project.inc62 $project_pref_descs[] = new PREF_BOOL(
71 $project_pref_descs[] = new PREF_BOOL (
80 $project_pref_descs[] = new PREF_BOOL (
89 $project_pref_descs[] = new PREF_BOOL (
98 $project_pref_descs[] = new PREF_BOOL (
108 $project_pref_descs[] = new PREF_BOOL(
124 new PREF_BOOL(
131 new PREF_BOOL(
H A Dprefs.inc69 new PREF_BOOL(
75 new PREF_BOOL(
81 new PREF_BOOL(
177 new PREF_BOOL(
221 new PREF_BOOL(
227 new PREF_BOOL(
233 new PREF_BOOL(
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DPrefsHelper.java45 private static final int PREF_BOOL = 1; field in PrefsHelper
98 type = PREF_BOOL; in setPref()
223 type = PREF_BOOL; in callPrefHandler()
231 case PREF_BOOL: in callPrefHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DPrefsHelper.java44 private static final int PREF_BOOL = 1; field in PrefsHelper
97 type = PREF_BOOL; in setPref()
222 type = PREF_BOOL; in callPrefHandler()
230 case PREF_BOOL: in callPrefHandler()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DPrefsHelper.java43 private static final int PREF_BOOL = 1; field in PrefsHelper
96 type = PREF_BOOL; in setPref()
225 type = PREF_BOOL; in callPrefHandler()
233 case PREF_BOOL: in callPrefHandler()
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_pref.c97 case PREF_BOOL: { in new_pref()
181 return new_pref(L,PREF_BOOL); in Pref_bool()
421 case PREF_BOOL: in Prefs__newindex()
517 case PREF_BOOL: lua_pushboolean(L, prefs_p->value.b); break; in Prefs__index()
H A Dwslua_util.c155 case PREF_BOOL: in wslua_get_preference()
239 case PREF_BOOL: in wslua_set_preference()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_pref.c97 case PREF_BOOL: {
181 return new_pref(L,PREF_BOOL);
421 case PREF_BOOL:
517 case PREF_BOOL: lua_pushboolean(L, prefs_p->value.b); break;
H A Dwslua_util.c155 case PREF_BOOL: in wslua_get_preference()
239 case PREF_BOOL: in wslua_set_preference()
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_pref.c97 case PREF_BOOL: { in new_pref()
181 return new_pref(L,PREF_BOOL); in Pref_bool()
421 case PREF_BOOL: in Prefs__newindex()
517 case PREF_BOOL: lua_pushboolean(L, prefs_p->value.b); break; in Prefs__index()
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_pref.c97 case PREF_BOOL: { in new_pref()
181 return new_pref(L,PREF_BOOL); in Pref_bool()
421 case PREF_BOOL: in Prefs__newindex()
517 case PREF_BOOL: lua_pushboolean(L, prefs_p->value.b); break; in Prefs__index()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/
H A DNormandy.jsm137 case Services.prefs.PREF_BOOL:
180 case Services.prefs.PREF_BOOL:
212 case Services.prefs.PREF_BOOL:
/dports/www/firefox-esr/firefox-91.8.0/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm76 case Ci.nsIPrefBranch.PREF_BOOL:
108 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/www/firefox/firefox-99.0/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm76 case Ci.nsIPrefBranch.PREF_BOOL:
108 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/lang/spidermonkey60/firefox-60.9.0/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm67 case Ci.nsIPrefBranch.PREF_BOOL:
96 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/www/firefox-legacy/firefox-52.8.0esr/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm72 case Ci.nsIPrefBranch.PREF_BOOL:
101 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/mail/thunderbird/thunderbird-91.8.0/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm76 case Ci.nsIPrefBranch.PREF_BOOL:
108 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/lang/spidermonkey78/firefox-78.9.0/services/sync/tps/extensions/tps/resource/modules/
H A Dprefs.jsm76 case Ci.nsIPrefBranch.PREF_BOOL:
108 case Ci.nsIPrefBranch.PREF_BOOL:
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp80 case PREF_BOOL: in pref_show()
273 if (prefs_get_type(pref) == PREF_BOOL) { in ModulePreferencesScrollArea()
354 if (prefs_get_type(pref) == PREF_BOOL) { in updateWidgets()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp80 case PREF_BOOL: in pref_show()
273 if (prefs_get_type(pref) == PREF_BOOL) { in ModulePreferencesScrollArea()
354 if (prefs_get_type(pref) == PREF_BOOL) { in updateWidgets()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp80 case PREF_BOOL: in pref_show()
273 if (prefs_get_type(pref) == PREF_BOOL) { in ModulePreferencesScrollArea()
354 if (prefs_get_type(pref) == PREF_BOOL) { in updateWidgets()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp80 case PREF_BOOL: in pref_show()
273 if (prefs_get_type(pref) == PREF_BOOL) { in ModulePreferencesScrollArea()
354 if (prefs_get_type(pref) == PREF_BOOL) { in updateWidgets()

1234567