OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGdkPixbuf
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
Image.h
154
virtual GdkPixbuf*
getGdkPixbuf
() { return 0; }
BitmapImage.h
160
virtual GdkPixbuf*
getGdkPixbuf
();
/external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp
153
GdkPixbuf* BitmapImage::
getGdkPixbuf
()
/external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp
106
GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->
getGdkPixbuf
());
ClipboardGtk.cpp
294
GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->image()->
getGdkPixbuf
());
CursorGtk.cpp
65
GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->
getGdkPixbuf
());
/external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp
297
GdkPixbuf* pixbuf = icon->
getGdkPixbuf
();
Completed in 150 milliseconds