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

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

Completed in 36 milliseconds