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

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 60 pixmap = QWebSettings::webGraphic(QWebSettings::MissingImageGraphic);
62 pixmap = QWebSettings::webGraphic(QWebSettings::MissingPluginGraphic);
64 pixmap = QWebSettings::webGraphic(QWebSettings::DefaultFrameIconGraphic);
66 pixmap = QWebSettings::webGraphic(QWebSettings::TextAreaSizeGripCornerGraphic);
68 pixmap = QWebSettings::webGraphic(QWebSettings::DeleteButtonGraphic);
70 pixmap = QWebSettings::webGraphic(QWebSettings::InputSpeechButtonGraphic);
72 pixmap = QWebSettings::webGraphic(QWebSettings::SearchCancelButtonGraphic);
74 pixmap = QWebSettings::webGraphic(QWebSettings::SearchCancelButtonPressedGraphic);
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 82 enum WebGraphic {
126 static void setWebGraphic(WebGraphic type, const QPixmap &graphic);
127 static QPixmap webGraphic(WebGraphic type);
qwebsettings.cpp 372 \enum QWebSettings::WebGraphic
724 \l{QWebSettings::WebGraphic}{MissingImageGraphic} is drawn instead.
726 \sa webGraphic()
728 void QWebSettings::setWebGraphic(WebGraphic type, const QPixmap& graphic)
743 QPixmap QWebSettings::webGraphic(WebGraphic type)
    [all...]

Completed in 224 milliseconds