Searched refs:localStorageEnabled (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h43 static bool localStorageEnabled() { return isLocalStorageEnabled; } function in class:WebCore::RuntimeEnabledFeatures
/external/webkit/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h95 - (BOOL)localStorageEnabled;
96 - (void)setLocalStorageEnabled:(BOOL)localStorageEnabled;
H A DWebPreferences.mm1011 - (BOOL)localStorageEnabled
1016 - (void)setLocalStorageEnabled:(BOOL)localStorageEnabled
1018 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];
H A DWebView.mm1294 settings->setLocalStorageEnabled([preferences localStorageEnabled]);
/external/webkit/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp69 return RuntimeEnabledFeatures::localStorageEnabled();
/external/webkit/WebKit/win/Interfaces/
H A DIWebPreferencesPrivate.idl68 HRESULT localStorageEnabled([out, retval] BOOL* enabled);
/external/webkit/WebCore/page/
H A DSettings.cpp288 void Settings::setLocalStorageEnabled(bool localStorageEnabled) argument
290 m_localStorageEnabled = localStorageEnabled;
H A DSettings.h159 bool localStorageEnabled() const { return m_localStorageEnabled; } function in class:WebCore::Settings
H A DDOMWindow.cpp609 if (!page->settings()->localStorageEnabled())
/external/webkit/WebKit/win/
H A DWebPreferences.h320 virtual HRESULT STDMETHODCALLTYPE localStorageEnabled(
H A DWebPreferences.cpp1298 HRESULT STDMETHODCALLTYPE WebPreferences::localStorageEnabled(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4605 hr = prefsPrivate->localStorageEnabled(&enabled);

Completed in 315 milliseconds