/external/chromium/chrome/browser/sync/resources/ |
setting_up.html | 8 font-size: 11pt; 37 font-size: 12pt; 48 font-weight: bold; 49 font-size: 125%;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
options.html | 22 font: 84% Arial, sans-serif 25 h1 { font-size: 156% } 36 font-size: 100% 41 dt { font-weight: bold }
|
/external/chromium_org/ash/system/tray/ |
tray_utils.cc | 9 #include "ui/gfx/font.h" 19 static const gfx::Font label_font(gfx::Font().DeriveFont(1, gfx::Font::BOLD));
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_app_launch_splash.css | 27 font-size: 48px; 34 font-size: 18px; 55 font-size: 10px; 56 font-weight: bold;
|
screen_confirm_password.css | 13 font-weight: bold;
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 6 font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif; 7 font-size: 12px; 49 font-size: 16px; 74 font-size: 12px;
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
opentabs_tablet.css | 30 font-size: 0.8em; 49 font-size: 1.1em; 50 font-weight: bold; 55 font-weight: normal;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.css | 8 font-family: sans-serif; 9 font-size: 0.8em; 25 font-size: 12px; 26 font-weight: bold;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
plugin_list.css | 8 font-family: Helvetica, sans-serif; 28 font-weight: bold; 45 font-size: 95%; 84 font-weight: bold;
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
prettify.css | 24 .kwd { color: #006; font-weight: bold } 25 .com { color: #600; font-style: italic } 26 .typ { color: #404; font-weight: bold } 29 .tag { color: #006; font-weight: bold }
|
/external/chromium_org/content/renderer/pepper/ |
pepper_truetype_font_android.cc | 13 NOTIMPLEMENTED(); // Font API isn't implemented on Android.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
harfbuzz-mouse-selection-crash.html | 6 font-size: 2cm; 8 font-family: "Lohit Telugu"; 47 This test works on WebKit EFL, with the Ubuntu Telugu Lohit font installed to the EFL jhbuild font directory, like:</p>
|
inline-repaint-container.html | 5 <span style="position: relative; top: 50px; font: 60px ahem; color: red;" id="target">X</span>
|
svg-modify-deleted-selection.svg | 14 <text y="50" fill="green" font-size="20">Test passes if no crash on mouse click. Text may be highlighted.</text>
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleInheritedData.cpp | 47 , font(o.font) 56 && font == o.font
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
StringTruncator.h | 37 class Font; 43 static String centerTruncate(const String&, float maxWidth, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks); 44 static String rightTruncate(const String&, float maxWidth, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks); 45 static float width(const String&, const Font&, EnableRoundingHacksOrNot = DisableRoundingHacks);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
longpress_selection.html | 6 font-size: 300%;
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftxf86.h | 41 /* Font Formats */ 44 /* Getting the font format. */ 47 /* The single function in this section can be used to get the font */ 74 /* Font format string. NULL in case of error. */
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-serialize.cc | 98 hb_font_t *font, 123 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 171 hb_font_t *font, 190 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 235 * @font: 252 hb_font_t *font, /* May be NULL */ 269 if (!font) 270 font = hb_font_get_empty (); 277 font, flags); 282 font, flags) [all...] |
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_kw.xtb | 10 <translation id="1823768272150895732">Font</translation>
|
/external/chromium_org/tools/grit/grit/testdata/ |
privacy.html | 12 <p><FONT SIZE=-1>Google is committed to making search on your desktop as easy 28 </font> 34 <FONT SIZE=-1>[$~PRIVACY_BOTTOMLINE~$] - ©2005 Google </font>
|
/external/chromium_org/ui/gfx/ |
platform_font_mac.h | 22 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE; 39 // Calculates and caches the font metrics. 45 // active font that matched those criteria, this object may be nil. 48 // The name/size/style trio that specify the font. Initialized in the
|
/external/chromium_org/ui/views/controls/button/ |
label_button_unittest.cc | 8 #include "ui/gfx/font.h" 51 const gfx::Font font; local 54 const int short_text_width = gfx::Canvas::GetStringWidth(short_text, font); 55 const int long_text_width = gfx::Canvas::GetStringWidth(long_text, font); 60 EXPECT_GT(button.GetPreferredSize().height(), font.GetHeight()); 113 const gfx::Font font; local 115 const int text_width = gfx::Canvas::GetStringWidth(text, font); 119 ASSERT_LT(font.GetHeight(), image_size) [all...] |
/external/chromium_org/v8/benchmarks/ |
style.css | 13 font-size: 154%; 23 font-family: Helvetica,Arial,sans-serif; 70 font-size: 120%; 71 font-weight: bold;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
32 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
|