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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 42 static void setLocalStorageEnabled(bool isEnabled) { isLocalStorageEnabled = isEnabled; }
43 static bool localStorageEnabled() { return isLocalStorageEnabled; }
162 static bool isLocalStorageEnabled;
RuntimeEnabledFeatures.cpp 45 bool RuntimeEnabledFeatures::isLocalStorageEnabled = true;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 50 WEBKIT_API static bool isLocalStorageEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 66 bool WebRuntimeFeatures::isLocalStorageEnabled()

Completed in 502 milliseconds