Home
last modified time | relevance | path

Searched refs:OfflineWebApplicationCacheEnabled (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpreferences.cpp130 case OfflineWebApplicationCacheEnabled: in testAttribute()
162 case OfflineWebApplicationCacheEnabled: in setAttribute()
Dqwkpreferences.h43 OfflineWebApplicationCacheEnabled, enumerator
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp245 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()
Dqwebsettings.h64 OfflineWebApplicationCacheEnabled, enumerator
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.h45 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h366 …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/
Dtst_qwebpage.cpp2273 …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/
DLayoutTestControllerQt.cpp618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool()); in overridePreference()
DDumpRenderTreeQt.cpp191 settings()->resetAttribute(QWebSettings::OfflineWebApplicationCacheEnabled); in resetSettings()
/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.cpp946 page()->settings()->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, toggle); in toggleOfflineWebApplicationCache()