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

  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 62 PrintElementBackgrounds,
qwebsettings.cpp 235 value = attributes.value(QWebSettings::PrintElementBackgrounds,
236 global->attributes.value(QWebSettings::PrintElementBackgrounds));
424 \value PrintElementBackgrounds Specifies whether the background color and images
501 d->attributes.insert(QWebSettings::PrintElementBackgrounds, true);
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 311 Q_PROPERTY(bool printElementBackgrounds READ printElementBackgrounds WRITE setPrintElementBackgrounds)
362 bool printElementBackgrounds() const { return s->testAttribute(QWebSettings::PrintElementBackgrounds); }
363 void setPrintElementBackgrounds(bool on) { s->setAttribute(QWebSettings::PrintElementBackgrounds, on); }

Completed in 36 milliseconds