Searched refs:isQuotaEnabled (Results 1 – 5 of 5) sorted by relevance
154 static bool quotaEnabled() { return isQuotaEnabled; } in quotaEnabled()155 static void setQuotaEnabled(bool isEnabled) { isQuotaEnabled = isEnabled; } in setQuotaEnabled()192 static bool isQuotaEnabled; variable
146 bool RuntimeEnabledFeatures::isQuotaEnabled = false; member in WebCore::RuntimeEnabledFeatures
104 WEBKIT_API static bool isQuotaEnabled();
330 bool WebRuntimeFeatures::isQuotaEnabled() in isQuotaEnabled() function in WebKit::WebRuntimeFeatures
1405 (WebKit::WebRuntimeFeatures::isQuotaEnabled): Added.