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

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpreferences.h43 OfflineWebApplicationCacheEnabled, enumerator in enum:QWKPreferences::WebAttribute
H A Dqwkpreferences.cpp130 case OfflineWebApplicationCacheEnabled:
162 case OfflineWebApplicationCacheEnabled:
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.h64 OfflineWebApplicationCacheEnabled, enumerator in enum:QWebSettings::WebAttribute
H A Dqwebsettings.cpp245 value = attributes.value(QWebSettings::OfflineWebApplicationCacheEnabled,
246 global->attributes.value(QWebSettings::OfflineWebApplicationCacheEnabled));
428 \value OfflineWebApplicationCacheEnabled Specifies whether support for the HTML 5
503 d->attributes.insert(QWebSettings::OfflineWebApplicationCacheEnabled, false);
988 \l{QWebSettings::OfflineWebApplicationCacheEnabled}{OfflineWebApplicationCacheEnabled} attribute.
1109 QWebSettings::globalSettings()->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, true);
/external/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.h45 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h366 bool offlineWebApplicationCacheEnabled() const { return s->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled); }
367 void setOfflineWebApplicationCacheEnabled(bool on) { s->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, on); }
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2273 QCOMPARE(testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", false), false);
2274 QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", true), true);
2276 QCOMPARE(testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", false), false);
2277 QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", false), true);
2292 QCOMPARE(webPage.settings()->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled), false);
2300 QTRY_COMPARE(webPage.settings()->testAttribute(QWebSettings::OfflineWebApplicationCacheEnabled), true);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp191 settings()->resetAttribute(QWebSettings::OfflineWebApplicationCacheEnabled);
H A DLayoutTestControllerQt.cpp618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool());
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp946 page()->settings()->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, toggle);

Completed in 145 milliseconds