/external/chromium/chrome/browser/ui/cocoa/ |
bubble_view.h | 57 // The font used to display the content string. 58 - (NSFont*)font;
|
/external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
popup.html | 81 font-family: sans-serif; 82 font-size: 10pt;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
options.html | 6 font-family: sans-serif;
82 <span style="font-size:10px">* Canadian sound made by actual Canadian.</span>
|
/external/chromium_org/ash/system/ |
tray_accessibility.h | 14 #include "ui/gfx/font.h" 65 gfx::Font::FontStyle style,
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
video_player.css | 8 font-family: Noto Sans UI,Droid Sans Fallback,sans-serif; 9 font-size: 84%;
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.css | 8 font-family: arial, sans-serif; 9 font-size: small; 62 font-size: 18px; 286 font-size: 12px; 287 font-weight: bold; 333 font-size: 13px; 351 font-family: Arial; 352 font-size: 14px;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
import_view.html | 15 font-weight: bold; 20 font-weight: bold;
|
top_bar_view.html | 21 font-size: 13px; 36 font-size: 9px;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
bubble_view.h | 59 // The font used to display the content string. 60 - (NSFont*)font;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_sync_promo_view.cc | 12 #include "ui/gfx/font.h" 55 link_style.font_style = gfx::Font::NORMAL;
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.css | 7 font-family: Helvetica, Arial, sans-serif; 8 font-size: 10pt; 50 font-weight: normal; 51 font-size: 1.5em; 57 font-size: 1.2em; 58 font-weight: normal; 137 font-weight: bold; 221 font-weight: bold;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
pre-tab-selection-rect.html | 5 #t4 { font-size: 36px; } 6 #t4:first-line { font-size:16px; }
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFontFaceSource.h | 93 AtomicString m_string; // URI for remote, built-in font name for local. 95 CSSFontFace* m_face; // Our owning font face.
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLViewer.css | 42 font-family: monospace; 43 font-size: 13px;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
breadcrumbList.css | 34 font-size: 11px; 51 font-weight: bold;
|
networkPanel.css | 122 font-weight: bold; 126 font-weight: normal; 156 font-weight: normal; 169 font-weight: bold; 203 font-weight: bold; 204 font-size: 11px; 215 font-weight: bold; 216 font-size: 11px;
|
textPrompt.css | 53 font-size: 11px; 60 font-weight: bold;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
css.js | 353 "float", "float-offset", "font", "font-feature-settings", "font-family", 354 "font-kerning", "font-language-override", "font-size", "font-size-adjust", 355 "font-stretch", "font-style", "font-synthesis", "font-variant" [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontData.h | 55 // Returns whether this is a temporary font data for a custom font which is not yet loaded.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.cpp | 37 #include "platform/fonts/Font.h" 84 CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* runFont, hb_direction_t runDir); 88 Font font; member in struct:WebCore::CachedShapingResults 100 CachedShapingResults::CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* fontData, hb_direction_t dirData) 102 , font(*fontData) 342 if (Font::treatAsSpace(character) && character != '\t') 344 else if (Font::treatAsZeroWidthSpaceInComplexScript(character)) 351 HarfBuzzShaper::HarfBuzzShaper(const Font* font, const TextRun& run [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.h | 35 #include "platform/fonts/Font.h" 61 WebCore::Font m_font;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.css | 69 font-family: sans-serif; 70 font-size: 11px;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-hmtx-table.hh | 66 * the 'hhea' table. If the font is 82 * font to vary the left side bearing
|
hb-ot-shape-complex-arabic.cc | 161 hb_font_t *font, 166 hb_font_t *font, 313 hb_font_t *font HB_UNUSED) 326 hb_font_t *font HB_UNUSED, 337 hb_font_t *font, 349 /* This sucks. We need a font to build the fallback plan... */ 350 fallback_plan = arabic_fallback_plan_create (plan, font); 357 arabic_fallback_plan_shape (fallback_plan, font, buffer);
|
/external/chromium_org/third_party/ots/test/ |
perf.cc | 47 // A transcoded font is usually smaller than an original font.
|