Home
last modified time | relevance | path

Searched refs:presenceFlag (Results 1 – 13 of 13) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dbonuspack.cpp109 const Uint8 presenceFlag = m_bag[id] == 0x0 ? 0 : 1; in serialize() local
110 Serialize<Uint8>::serialize( presenceFlag, bufferPointer ); in serialize()
130 Uint8 presenceFlag = 0; in deserialize() local
131 Serialize<Uint8>::deserialize( bufferPointer, presenceFlag ); in deserialize()
133 if( presenceFlag ) { in deserialize()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp1665 if (aFeatures.GetBoolWithDefault("titlebar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1668 if (aFeatures.GetBoolWithDefault("close", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1671 if (aFeatures.GetBoolWithDefault("toolbar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1674 if (aFeatures.GetBoolWithDefault("location", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1680 if (aFeatures.GetBoolWithDefault("status", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1683 if (aFeatures.GetBoolWithDefault("menubar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1686 if (aFeatures.GetBoolWithDefault("resizable", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1847 bool presenceFlag = false; in CalculateChromeFlagsForSystem() local
1857 if (aFeatures.GetBoolWithDefault("private", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
1891 if (aFeatures.GetBoolWithDefault("popup", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
[all …]
H A DnsWindowWatcher.h119 const SizeSpec& aSizeSpec, bool* presenceFlag = nullptr,
/dports/www/firefox/firefox-99.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp1722 bool* presenceFlag) { in CalculateChromeFlagsHelper() argument
1725 if (aFeatures.GetBoolWithDefault("titlebar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1728 if (aFeatures.GetBoolWithDefault("close", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1731 if (aFeatures.GetBoolWithDefault("toolbar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1734 if (aFeatures.GetBoolWithDefault("location", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1740 if (aFeatures.GetBoolWithDefault("status", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1743 if (aFeatures.GetBoolWithDefault("menubar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1855 bool presenceFlag = false; in CalculateChromeFlagsForSystem() local
1865 if (aFeatures.GetBoolWithDefault("private", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
1899 if (aFeatures.GetBoolWithDefault("popup", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
[all …]
H A DnsWindowWatcher.h106 bool* presenceFlag = nullptr);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp1694 if (aFeatures.GetBoolWithDefault("titlebar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1697 if (aFeatures.GetBoolWithDefault("close", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1700 if (aFeatures.GetBoolWithDefault("toolbar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1703 if (aFeatures.GetBoolWithDefault("location", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1709 if (aFeatures.GetBoolWithDefault("status", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1712 if (aFeatures.GetBoolWithDefault("menubar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1715 if (aFeatures.GetBoolWithDefault("resizable", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1909 bool presenceFlag = false; in CalculateChromeFlagsForSystem() local
1919 if (aFeatures.GetBoolWithDefault("private", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
1953 if (aFeatures.GetBoolWithDefault("popup", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
[all …]
H A DnsWindowWatcher.h120 const SizeSpec& aSizeSpec, bool* presenceFlag = nullptr,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp1694 if (aFeatures.GetBoolWithDefault("titlebar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1697 if (aFeatures.GetBoolWithDefault("close", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1700 if (aFeatures.GetBoolWithDefault("toolbar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1703 if (aFeatures.GetBoolWithDefault("location", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1709 if (aFeatures.GetBoolWithDefault("status", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1712 if (aFeatures.GetBoolWithDefault("menubar", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1715 if (aFeatures.GetBoolWithDefault("resizable", false, presenceFlag)) { in CalculateChromeFlagsHelper()
1909 bool presenceFlag = false; in CalculateChromeFlagsForSystem() local
1919 if (aFeatures.GetBoolWithDefault("private", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
1953 if (aFeatures.GetBoolWithDefault("popup", false, &presenceFlag)) { in CalculateChromeFlagsForSystem()
[all …]
H A DnsWindowWatcher.h120 const SizeSpec& aSizeSpec, bool* presenceFlag = nullptr,
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp1621 WinHasOption(aFeatures, feature, 0, &presenceFlag) ? flag : 0; \
1664 if (WinHasOption(aFeatures, "scrollbars", 1, &presenceFlag) || in CalculateChromeFlagsHelper()
1665 !presenceFlag) { in CalculateChromeFlagsHelper()
1710 bool presenceFlag = false; in CalculateChromeFlagsForChild() local
1757 bool presenceFlag = false; in CalculateChromeFlagsForParent() local
1758 if (aDialog && WinHasOption(aFeatures, "all", 0, &presenceFlag)) { in CalculateChromeFlagsForParent()
1768 chromeFlags |= WinHasOption(aFeatures, "private", 0, &presenceFlag) in CalculateChromeFlagsForParent()
1779 remote = !WinHasOption(aFeatures, "non-remote", 0, &presenceFlag); in CalculateChromeFlagsForParent()
1781 remote = WinHasOption(aFeatures, "remote", 0, &presenceFlag); in CalculateChromeFlagsForParent()
1788 chromeFlags |= WinHasOption(aFeatures, "popup", 0, &presenceFlag) in CalculateChromeFlagsForParent()
[all …]
H A DnsWindowWatcher.h134 bool& presenceFlag,
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/windowwatcher/
H A DnsWindowWatcher.cpp1742 WinHasOption(aFeatures, feature, 0, &presenceFlag) ? flag : 0; \
1749 bool& presenceFlag, in CalculateChromeFlagsHelper() argument
1793 if (WinHasOption(aFeatures, "scrollbars", 1, &presenceFlag) || !presenceFlag) { in CalculateChromeFlagsHelper()
1841 bool presenceFlag = false; in CalculateChromeFlagsForChild() local
1893 bool presenceFlag = false; in CalculateChromeFlagsForParent() local
1894 if (aDialog && WinHasOption(aFeatures, "all", 0, &presenceFlag)) { in CalculateChromeFlagsForParent()
1903 chromeFlags |= WinHasOption(aFeatures, "private", 0, &presenceFlag) ? in CalculateChromeFlagsForParent()
1912 remote = !WinHasOption(aFeatures, "non-remote", 0, &presenceFlag); in CalculateChromeFlagsForParent()
1914 remote = WinHasOption(aFeatures, "remote", 0, &presenceFlag); in CalculateChromeFlagsForParent()
1921 chromeFlags |= WinHasOption(aFeatures, "popup", 0, &presenceFlag) ? in CalculateChromeFlagsForParent()
[all …]
H A DnsWindowWatcher.h141 bool &presenceFlag,