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

  /external/webkit/Source/WebKit/chromium/public/
WebSettings.h 85 virtual void setLocalStorageEnabled(bool) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebSettingsImpl.h 78 virtual void setLocalStorageEnabled(bool);
WebSettingsImpl.cpp 217 void WebSettingsImpl::setLocalStorageEnabled(bool enabled)
219 m_settings->setLocalStorageEnabled(enabled);
WebRuntimeFeatures.cpp 62 RuntimeEnabledFeatures::setLocalStorageEnabled(enable);
  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 42 static void setLocalStorageEnabled(bool isEnabled) { isLocalStorageEnabled = isEnabled; }
  /external/webkit/Tools/DumpRenderTree/chromium/
WebPreferences.cpp 137 settings->setLocalStorageEnabled(localStorageEnabled);
  /external/chromium/webkit/glue/
webpreferences.cc 121 settings->setLocalStorageEnabled(local_storage_enabled);
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 106 - (void)setLocalStorageEnabled:(BOOL)localStorageEnabled;
WebPreferences.mm     [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 67 HRESULT setLocalStorageEnabled([in] BOOL enabled);
  /external/webkit/Source/WebCore/page/
Settings.h 158 void setLocalStorageEnabled(bool);
Settings.cpp 369 void Settings::setLocalStorageEnabled(bool localStorageEnabled)
  /external/webkit/Source/WebKit/win/
WebPreferences.h 323 virtual HRESULT STDMETHODCALLTYPE setLocalStorageEnabled(
WebPreferences.cpp     [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 97 toImpl(preferencesRef)->setLocalStorageEnabled(localStorageEnabled);
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 540 s->setLocalStorageEnabled(flag);
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 251 settings->setLocalStorageEnabled(value);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 574 priv->page_settings->setLocalStorageEnabled(true);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]

Completed in 780 milliseconds