Searched refs:OfflineWebApplicationCacheEnabled (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpreferences.cpp | 130 case OfflineWebApplicationCacheEnabled: in testAttribute() 162 case OfflineWebApplicationCacheEnabled: in setAttribute()
|
D | qwkpreferences.h | 43 OfflineWebApplicationCacheEnabled, enumerator
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 245 value = attributes.value(QWebSettings::OfflineWebApplicationCacheEnabled, in apply() 246 … global->attributes.value(QWebSettings::OfflineWebApplicationCacheEnabled)); in apply() 503 d->attributes.insert(QWebSettings::OfflineWebApplicationCacheEnabled, false); in QWebSettings() 1109 …QWebSettings::globalSettings()->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, true… in enablePersistentStorage()
|
D | qwebsettings.h | 64 OfflineWebApplicationCacheEnabled, enumerator
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebPreferencesStore.h | 45 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 366 …nCacheEnabled() const { return s->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled); } in offlineWebApplicationCacheEnabled() 367 …cationCacheEnabled(bool on) { s->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, on)… in setOfflineWebApplicationCacheEnabled()
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 2273 …QCOMPARE(testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", f… in testOptionalJSObjects() 2274 …QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", t… in testOptionalJSObjects() 2276 …QCOMPARE(testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", f… in testOptionalJSObjects() 2277 …QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", f… in testOptionalJSObjects() 2292 …QCOMPARE(webPage.settings()->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled), false… in testEnablePersistentStorage() 2300 …QTRY_COMPARE(webPage.settings()->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled), t… in testEnablePersistentStorage()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool()); in overridePreference()
|
D | DumpRenderTreeQt.cpp | 191 settings()->resetAttribute(QWebSettings::OfflineWebApplicationCacheEnabled); in resetSettings()
|
/external/webkit/Tools/QtTestBrowser/ |
D | launcherwindow.cpp | 946 page()->settings()->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, toggle); in toggleOfflineWebApplicationCache()
|