Searched defs:setLocalStorageEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h42 static void setLocalStorageEnabled(bool isEnabled) { isLocalStorageEnabled = isEnabled; } function in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.cpp217 void WebSettingsImpl::setLocalStorageEnabled(bool enabled) function in class:WebKit::WebSettingsImpl
219 m_settings->setLocalStorageEnabled(enabled);
/external/webkit/Source/WebCore/page/
H A DSettings.cpp369 void Settings::setLocalStorageEnabled(bool localStorageEnabled) function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp1372 HRESULT STDMETHODCALLTYPE WebPreferences::setLocalStorageEnabled(BOOL enabled) function in class:WebPreferences

Completed in 3639 milliseconds