Home
last modified time | relevance | path

Searched refs:RenderToWidgetWithOpacity (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dnine_box.h40 void RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const;
Dnine_box.cc108 RenderToWidgetWithOpacity(dst, 1.0); in RenderToWidget()
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const { in RenderToWidgetWithOpacity() function in NineBox
Dgtk_chrome_button.cc118 g_nine_box_prelight->RenderToWidgetWithOpacity(widget, in gtk_chrome_button_expose()