Home
last modified time | relevance | path

Searched refs:sGetBoxQuadsEnabled (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h2325 static bool GetBoxQuadsEnabled() { return sGetBoxQuadsEnabled; } in GetBoxQuadsEnabled()
3328 static bool sGetBoxQuadsEnabled; variable
H A DnsContentUtils.cpp308 bool nsContentUtils::sGetBoxQuadsEnabled = false; member in nsContentUtils
678 Preferences::AddBoolVarCache(&sGetBoxQuadsEnabled, in Init()