OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:family_names
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_pango.cc
39
const std::vector<std::string>&
family_names
) {
41
for (std::vector<std::string>::const_iterator it =
family_names
.begin();
42
it !=
family_names
.end(); ++it) {
93
std::vector<std::string>
family_names
;
local
95
&
family_names
);
local
96
std::string font_family = FindBestMatchFontFamilyName(
family_names
);
Completed in 37 milliseconds