Home
last modified time | relevance | path

Searched refs:NotableThreshold (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DImage.h106 const size_t NotableThreshold = 16 * 1024;
109 return total >= NotableThreshold;
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DImage.h103 const size_t NotableThreshold = 16 * 1024; in IsNotable() local
106 return total >= NotableThreshold; in IsNotable()
/dports/www/firefox/firefox-99.0/image/
H A DImage.h146 const size_t NotableThreshold = 16 * 1024; in IsNotable() local
149 if (total >= NotableThreshold) { in IsNotable()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DImage.h141 const size_t NotableThreshold = 16 * 1024; in IsNotable() local
144 if (total >= NotableThreshold) { in IsNotable()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DImage.h148 const size_t NotableThreshold = 16 * 1024; in IsNotable() local
151 if (total >= NotableThreshold) { in IsNotable()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DImage.h148 const size_t NotableThreshold = 16 * 1024; in IsNotable() local
151 if (total >= NotableThreshold) { in IsNotable()