HomeSort by relevance Sort by last modified time
    Searched refs:weight_attr (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 259 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/
omnibox_popup_view_gtk.cc 256 PangoAttribute* weight_attr = pango_attr_weight_new(weight); local
257 weight_attr->start_index = offset;
258 pango_attr_list_insert(attrs, weight_attr); // Ownership taken.

Completed in 107 milliseconds