Home
last modified time | relevance | path

Searched refs:hover_pixbuf (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.cc83 CairoCachedSurface* hover_pixbuf = PixbufForState(GTK_STATE_PRELIGHT); in OnExpose() local
87 if (animating_hover && (!hover_pixbuf || !hover_pixbuf->valid())) in OnExpose()
114 hover_pixbuf->SetSource(cairo_context, x, y); in OnExpose()
/external/chromium_org/chrome/browser/ui/gtk/
Dcustom_button.cc94 gfx::CairoCachedSurface* hover_pixbuf = PixbufForState(GTK_STATE_PRELIGHT); in OnExpose() local
98 if (animating_hover && (!hover_pixbuf || !hover_pixbuf->valid())) in OnExpose()
128 hover_pixbuf->SetSource(cairo_context, widget, x, y); in OnExpose()