OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:font_list_value
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc
317
base::ListValue*
font_list_value
;
local
318
if (!(*it)->GetAsList(&
font_list_value
)) {
324
if (!
font_list_value
->GetString(0, &name)) {
330
if (!
font_list_value
->GetString(1, &localized_name)) {
Completed in 2280 milliseconds