Searched refs:weight_attr (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc259 PangoAttribute* weight_attr = pango_attr_weight_new(weight); local
260 weight_attr->start_index = offset;
261 pango_attr_list_insert(attrs, weight_attr); // Ownership taken.
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc449 PangoAttribute* weight_attr = pango_attr_weight_new(weight); local
450 weight_attr->start_index = offset;
451 pango_attr_list_insert(attrs, weight_attr); // Ownership taken.

Completed in 250 milliseconds