Home
last modified time | relevance | path

Searched refs:PrintElementBackgrounds (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.h62 PrintElementBackgrounds, enumerator
Dqwebsettings.cpp235 value = attributes.value(QWebSettings::PrintElementBackgrounds, in apply()
236 … global->attributes.value(QWebSettings::PrintElementBackgrounds)); in apply()
501 d->attributes.insert(QWebSettings::PrintElementBackgrounds, true); in QWebSettings()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h362 …printElementBackgrounds() const { return s->testAttribute(QWebSettings::PrintElementBackgrounds); } in printElementBackgrounds()
363 …setPrintElementBackgrounds(bool on) { s->setAttribute(QWebSettings::PrintElementBackgrounds, on); } in setPrintElementBackgrounds()