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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h 43 OfflineWebApplicationCacheEnabled,
qwkpreferences.cpp 130 case OfflineWebApplicationCacheEnabled:
162 case OfflineWebApplicationCacheEnabled:
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 64 OfflineWebApplicationCacheEnabled,
qwebsettings.cpp 245 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);
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 45 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 313 Q_PROPERTY(bool offlineWebApplicationCacheEnabled READ offlineWebApplicationCacheEnabled WRITE setOfflineWebApplicationCacheEnabled)
366 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/
tst_qwebpage.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 191 settings()->resetAttribute(QWebSettings::OfflineWebApplicationCacheEnabled);
    [all...]
LayoutTestControllerQt.cpp 618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool());
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp     [all...]

Completed in 702 milliseconds