HomeSort by relevance Sort by last modified time
    Searched full:weight_attr (Results 1 - 1 of 1) 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.

Completed in 132 milliseconds