HomeSort by relevance Sort by last modified time
    Searched full:printelementbackgrounds (Results 1 - 6 of 6) sorted by null

  /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); }
qdeclarativewebview.cpp 739 \qmlproperty bool WebView::settings.printElementBackgrounds
    [all...]
  /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/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 478 << QString::fromAscii("printElementBackgrounds")
  /external/webkit/Source/WebKit/qt/
ChangeLog-2011-02-16     [all...]

Completed in 91 milliseconds