Home
last modified time | relevance | path

Searched refs:isLocalStorageEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/bindings/generic/
DRuntimeEnabledFeatures.h42 static void setLocalStorageEnabled(bool isEnabled) { isLocalStorageEnabled = isEnabled; } in setLocalStorageEnabled()
43 static bool localStorageEnabled() { return isLocalStorageEnabled; } in localStorageEnabled()
84 static bool isLocalStorageEnabled; variable
DRuntimeEnabledFeatures.cpp41 bool RuntimeEnabledFeatures::isLocalStorageEnabled = true; member in WebCore::RuntimeEnabledFeatures
/external/webkit/WebKit/chromium/public/
DWebRuntimeFeatures.h48 WEBKIT_API static bool isLocalStorageEnabled();
/external/webkit/WebKit/chromium/src/
DWebRuntimeFeatures.cpp66 bool WebRuntimeFeatures::isLocalStorageEnabled() in isLocalStorageEnabled() function in WebKit::WebRuntimeFeatures
/external/webkit/WebKit/chromium/
DChangeLog5479 (WebKit::WebRuntimeFeatures::isLocalStorageEnabled):