OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PixbufForState
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
custom_button.cc
82
CairoCachedSurface* pixbuf =
PixbufForState
(paint_state);
83
CairoCachedSurface* hover_pixbuf =
PixbufForState
(GTK_STATE_PRELIGHT);
159
CairoCachedSurface* CustomDrawButtonBase::
PixbufForState
(int state) {
custom_button.h
66
CairoCachedSurface*
PixbufForState
(int state);
/external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc
93
gfx::CairoCachedSurface* pixbuf =
PixbufForState
(paint_state);
94
gfx::CairoCachedSurface* hover_pixbuf =
PixbufForState
(GTK_STATE_PRELIGHT);
175
gfx::CairoCachedSurface* CustomDrawButtonBase::
PixbufForState
(int state) {
custom_button.h
71
gfx::CairoCachedSurface*
PixbufForState
(int state);
Completed in 2915 milliseconds