OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGraphic
(Results
1 - 2
of
2
) sorted by null
/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 158 milliseconds