Home
last modified time | relevance | path

Searched refs:mBFCacheDisallowed (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsIDocument.h831 mBFCacheDisallowed = true; in DisallowBFCaching()
836 return !mBFCacheDisallowed; in IsBFCachingAllowed()
3142 bool mBFCacheDisallowed : 1; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIDocument.h842 mBFCacheDisallowed = true; in DisallowBFCaching()
845 bool IsBFCachingAllowed() const { return !mBFCacheDisallowed; } in IsBFCachingAllowed()
3234 bool mBFCacheDisallowed : 1; variable
H A DnsDocument.cpp1330 mBFCacheDisallowed(false), in nsIDocument()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.h1175 mBFCacheDisallowed = true; in DisallowBFCaching()
1178 bool IsBFCachingAllowed() const { return !mBFCacheDisallowed; } in IsBFCachingAllowed()
4417 bool mBFCacheDisallowed : 1; variable
H A DDocument.cpp1259 mBFCacheDisallowed(false), in Document()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.h1204 bool IsBFCachingAllowed() const { return !mBFCacheDisallowed; } in IsBFCachingAllowed()
4629 bool mBFCacheDisallowed : 1; variable
H A DDocument.cpp1344 mBFCacheDisallowed(false), in Document()
7011 if (!mBFCacheDisallowed) { in DisallowBFCaching()
7017 mBFCacheDisallowed = true; in DisallowBFCaching()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.h1201 bool IsBFCachingAllowed() const { return !mBFCacheDisallowed; } in IsBFCachingAllowed()
4578 bool mBFCacheDisallowed : 1; variable
H A DDocument.cpp1341 mBFCacheDisallowed(false), in Document()
6783 if (!mBFCacheDisallowed) { in DisallowBFCaching()
6789 mBFCacheDisallowed = true; in DisallowBFCaching()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.h1201 bool IsBFCachingAllowed() const { return !mBFCacheDisallowed; } in IsBFCachingAllowed()
4578 bool mBFCacheDisallowed : 1; variable
H A DDocument.cpp1341 mBFCacheDisallowed(false), in Document()
6783 if (!mBFCacheDisallowed) { in DisallowBFCaching()
6789 mBFCacheDisallowed = true; in DisallowBFCaching()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs24904 pub fn mBFCacheDisallowed(&self) -> bool { in mBFCacheDisallowed() method
25169 mBFCacheDisallowed: bool, in new_bitfield_1()
25348 let mBFCacheDisallowed: u8 = unsafe { ::std::mem::transmute(mBFCacheDisallowed) }; localVariable
25349 mBFCacheDisallowed as u64