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

  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 58 pixmap = QWebSettings::webGraphic(QWebSettings::MissingImageGraphic);
60 pixmap = QWebSettings::webGraphic(QWebSettings::MissingPluginGraphic);
62 pixmap = QWebSettings::webGraphic(QWebSettings::DefaultFrameIconGraphic);
64 pixmap = QWebSettings::webGraphic(QWebSettings::TextAreaSizeGripCornerGraphic);
66 pixmap = QWebSettings::webGraphic(QWebSettings::DeleteButtonGraphic);
  /external/webkit/WebKit/qt/Api/
qwebsettings.h 74 enum WebGraphic {
115 static void setWebGraphic(WebGraphic type, const QPixmap &graphic);
116 static QPixmap webGraphic(WebGraphic type);
qwebsettings.cpp 317 \enum QWebSettings::WebGraphic
600 \l{QWebSettings::WebGraphic}{MissingImageGraphic} is drawn instead.
602 \sa webGraphic()
604 void QWebSettings::setWebGraphic(WebGraphic type, const QPixmap& graphic)
618 \l{QWebSettings::WebGraphic}{MissingImageGraphic} is drawn instead.
622 QPixmap QWebSettings::webGraphic(WebGraphic type)
    [all...]

Completed in 650 milliseconds