OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:courier
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
AlternateFontFamily.h
46
// On Windows, '
Courier
New' (truetype font) is always present and
47
// '
Courier
' is a bitmap font. On Mac on the other hand '
Courier
' is
48
// a truetype font. Thus pages asking for
Courier
are better of
49
// using '
Courier
New' on windows.
50
DEFINE_STATIC_LOCAL(AtomicString,
courier
, ("
Courier
", AtomicString::ConstructFromLiteral));
51
DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("
Courier
New", AtomicString::ConstructFromLiteral));
52
if (equalIgnoringCase(familyName,
courier
))
75
// Alias
Courier
<-> Courier Ne
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py
57
courier
= kFontIDCourier
variable
/external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl
32
label .status -font
courier
-anchor w
/external/chromium_org/chrome/common/extensions/docs/static/css/
site.css
652
font-family: "
Courier
New",
courier
, monospace;
/external/chromium_org/third_party/opus/src/doc/
customdoxygen.css
514
font-family: "
courier
new",
courier
,monospace;
/external/eigen/doc/
eigendoxy.css
482
font-family: "
courier
new",
courier
,monospace;
/frameworks/base/docs/html/reference/renderscript/
doxygen.css
504
font-family: "
courier
new",
courier
,monospace;
/build/tools/droiddoc/templates-ds/assets/css/
default.css
1103
font: 14px/1.5 '
courier
new',
courier
, monospace;
[
all
...]
Completed in 564 milliseconds