HomeSort by relevance Sort by last modified time
    Searched refs:isQuotaEnabled (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 154 static bool quotaEnabled() { return isQuotaEnabled; }
155 static void setQuotaEnabled(bool isEnabled) { isQuotaEnabled = isEnabled; }
192 static bool isQuotaEnabled;
RuntimeEnabledFeatures.cpp 146 bool RuntimeEnabledFeatures::isQuotaEnabled = false;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 104 WEBKIT_API static bool isQuotaEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 330 bool WebRuntimeFeatures::isQuotaEnabled()

Completed in 2358 milliseconds