Searched refs:bold (Results 126 - 150 of 217) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dview-source.css133 font-weight: bold;
H A Dhtml.css159 font-weight: bold
199 font-weight: bold
209 font-weight: bold
218 font-weight: bold
228 font-weight: bold
238 font-weight: bold
293 font-weight: bold
905 font-weight: bold
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DindexedDBViews.css48 font-weight: bold;
H A DinspectorSyntaxHighlight.css121 font-weight: bold;
H A DnetworkPanel.css101 font-weight: bold;
H A DresourceView.css91 font-weight: bold;
H A DsuggestBox.css90 font-weight: bold;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A DrootUi.css94 font-weight: bold;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcombobutton.js42 if (item.bold) {
43 menuitem.style.fontWeight = 'bold';
/external/chromium_org/ui/webui/resources/css/
H A Dtabs.css87 font-weight: bold;
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.css114 font-weight: bold;
/external/libvterm/src/
H A Dscreen.c18 unsigned int bold : 1; member in struct:__anon25025
390 screen->pen.bold = val->boolean;
707 cell->attrs.bold = intcell->pen.bold;
741 intcell->pen.bold = cell->attrs.bold;
823 if((attrs & VTERM_ATTR_BOLD_MASK) && (a->pen.bold != b->pen.bold))
H A Dvterm_internal.h21 unsigned int bold:1; member in struct:VTermPen
/external/skia/src/core/
H A DSkFontHost.cpp233 bool bold = style & SkTypeface::kBold; local
235 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp277 bool bold = SkToBool(styleBits & SkTypeface::kBold); local
279 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css79 font-weight: bold;
113 font-weight:bold;
370 font-weight:bold;
489 font-weight:bold;
539 font-weight:bold;
758 font-weight: bold;
781 font-weight: bold;
796 font-weight: bold;
901 font-weight: bold;
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc293 bool bold, italic; local
297 !pickle.ReadBool(&iter, &bold) ||
309 (bold ? gfx::Font::BOLD : 0) | (italic ? gfx::Font::ITALIC : 0);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h40 SkPdfStandardFontEntry(const char* name, bool bold, bool italic) argument
42 fIsBold(bold),
47 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic);
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h40 SkPdfStandardFontEntry(const char* name, bool bold, bool italic) argument
42 fIsBold(bold),
47 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.css43 font-weight: bold;
69 font-weight: bold;
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory_mobile.css30 font-weight: bold;
168 font-weight: bold;
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css150 font-weight: bold;
162 font-weight: bold;
/external/chromium_org/native_client_sdk/doc_generated/_static/css/
H A Dnacl.css36 .features section h3 {font-weight: bold; margin-bottom: 0.2em; margin-top: 0;}
140 font-weight: bold;
155 font-weight: bold;
206 font-weight: bold;
230 font-weight: bold;
244 font-weight: bold;
265 font-weight: bold;
326 font-weight: bold;
350 font-weight: bold;
/external/chromium_org/native_client_sdk/src/doc/_static/css/
H A Dnacl.css36 .features section h3 {font-weight: bold; margin-bottom: 0.2em; margin-top: 0;}
140 font-weight: bold;
155 font-weight: bold;
206 font-weight: bold;
230 font-weight: bold;
244 font-weight: bold;
265 font-weight: bold;
326 font-weight: bold;
350 font-weight: bold;
/external/chromium_org/chrome/browser/resources/about_sys/
H A Dabout_sys.css31 font-weight: bold;

Completed in 1410 milliseconds

123456789