Home | History | Annotate | Download | only in options

Lines Matching defs:font_size

1514   int font_size;
1515 if (ExtractIntegerValue(args, &font_size)) {
1516 if (font_size > 0) {
1518 pref_service->SetInteger(prefs::kWebKitDefaultFontSize, font_size);