Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:favicon

27 // Spacing between the favicon and the text.
41 // Padding between the chrome button highlight border and the contents (favicon,
100 GdkPixbuf* favicon;
104 DragRepresentationData(GdkPixbuf* favicon,
107 : favicon(favicon),
110 g_object_ref(favicon);
114 g_object_unref(favicon);
132 gdk_cairo_set_source_pixbuf(cr, data->favicon, 0, 0);
138 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding;