OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hover_pixbuf
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
custom_button.cc
83
CairoCachedSurface*
hover_pixbuf
= PixbufForState(GTK_STATE_PRELIGHT);
local
87
if (animating_hover && (!
hover_pixbuf
|| !
hover_pixbuf
->valid()))
114
hover_pixbuf
->SetSource(cairo_context, x, y);
/external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc
94
gfx::CairoCachedSurface*
hover_pixbuf
= PixbufForState(GTK_STATE_PRELIGHT);
local
98
if (animating_hover && (!
hover_pixbuf
|| !
hover_pixbuf
->valid()))
128
hover_pixbuf
->SetSource(cairo_context, widget, x, y);
Completed in 52 milliseconds