OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
449
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 243 milliseconds