Searched refs:bold (Results 151 - 175 of 217) sorted by relevance

123456789

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dneterror.css88 font-weight: bold;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css15 font-weight: bold; /* semibold */
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Ddevsite_builder.py20 from sphinx.util.console import bold namespace
260 self.info(bold('generating YAML table-of-contents... '))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DlayersPanel.css93 font-weight: bold;
H A DtimelinePanel.css199 font-weight: bold;
611 font-weight: bold;
616 font-weight: bold;
623 font-weight: bold;
654 font-weight: bold;
H A DsourcesPanel.css169 font-weight: bold;
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp145 bool bold = s & SkTypeface::kBold; local
147 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp289 bool bold = SkToBool(styleBits & SkTypeface::kBold); local
291 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/ui/webui/resources/css/
H A Ddialogs.css102 font-weight: bold;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnew_tab.css53 font-weight: bold;
166 font-weight: bold;
364 font-weight: bold;
H A Dfooter_menu.css114 font-weight: bold;
/external/qemu/ui/
H A Dconsole.c71 uint8_t bold:1; member in struct:TextAttributes
442 if (t_attrib->bold) {
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
786 s->t_attrib.bold = 1;
801 s->t_attrib.bold = 0;
1264 (s->cells[src].t_attrib.bold << 21));
1530 s->t_attrib_default.bold
[all...]
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc65 ".subsection_title { font-weight: bold; }\n"
160 void EmitTableData(const std::string& data, bool align_right, bool bold, argument
166 if (bold)
169 if (bold)
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc273 bool bold,
279 bold? gfx::Font::BOLD : gfx::Font::NORMAL,
272 AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list, bool bold, bool checked, bool enabled) argument
/external/chromium_org/chrome/browser/resources/feedback/css/
H A Dfeedback.css163 font-weight: bold;
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.css43 font-weight: bold;
H A Dwebsite_settings.css26 font-weight: bold;
H A Dbrowser_options.css124 font-weight: bold;
379 font-weight: bold;
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css55 font-weight: bold;
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css133 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_typography.scss86 font-weight: bold;
/external/chromium_org/remoting/webapp/
H A Dmain.css69 font-weight: bold;
384 font-weight: bold;
485 font-weight: bold;
575 font-weight: bold;
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Ddrive_welcome.css34 font-weight: bold;
/external/llvm/lib/Support/
H A Draw_ostream.cpp605 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
611 : sys::Process::OutputColor(colors, bold, bg);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.css147 font-weight: bold;
271 font-weight: bold;

Completed in 2822 milliseconds

123456789