Searched refs:isQuotaEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h154 static bool quotaEnabled() { return isQuotaEnabled; }
155 static void setQuotaEnabled(bool isEnabled) { isQuotaEnabled = isEnabled; }
192 static bool isQuotaEnabled; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp146 bool RuntimeEnabledFeatures::isQuotaEnabled = false; member in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebRuntimeFeatures.h104 WEBKIT_API static bool isQuotaEnabled();
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp330 bool WebRuntimeFeatures::isQuotaEnabled() function in class:WebKit::WebRuntimeFeatures

Completed in 80 milliseconds