HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 1 - 25 of 56) sorted by null

1 2 3

  /cts/tools/signature-tools/templates/
Styles.st 7 a.default:hover {color: blue; text-decoration: underline;}
13 a.discreet:hover {color: black; text-decoration: underline;}
  /external/clang/www/analyzer/
menu.css 17 text-decoration: underline;
  /external/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/skia/src/animator/
SkDrawPaint.h 73 SkBool underline; member in class:SkDrawPaint
SkDrawPaint.cpp 69 SK_MEMBER(underline, Boolean),
84 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false),
273 if (underline != -1)
274 paint->setUnderlineText(SkToBool(underline));
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 402 static void encode(ArgumentEncoder* encoder, const WebCore::CompositionUnderline& underline)
404 encoder->encode(CoreIPC::In(underline.startOffset, underline.endOffset, underline.thick, underline.color));
407 static bool decode(ArgumentDecoder* decoder, WebCore::CompositionUnderline& underline)
409 return decoder->decode(CoreIPC::Out(underline.startOffset, underline.endOffset, underline.thick, underline.color))
    [all...]
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }
  /external/valgrind/main/docs/html/
vg_basic.css 58 table.nav a:hover { text-decoration: underline; }
  /external/valgrind/main/docs/lib/
vg_basic.css 58 table.nav a:hover { text-decoration: underline; }
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 110 text-decoration: underline;
  /external/icu4c/
icu4c.css 66 text-decoration: underline;
89 text-decoration: underline;
108 text-decoration: underline;
178 text-decoration: underline;
219 text-decoration: underline;
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 146 text-underline
147 text-underline-color
148 text-underline-mode
149 text-underline-style
150 text-underline-width
wml.css 208 text-decoration: underline
251 text-decoration: underline;
view-source.css 110 text-decoration: underline;
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 562 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
748 const CompositionUnderline& underline = underlines[index]; local
892 Color underline, overline, linethrough; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 20 text-decoration: underline;
  /external/qemu/distrib/zlib-1.2.3/
configure 432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 769 DEFINE_STATIC_LOCAL(const RefPtr<CSSPrimitiveValue>, underline, (CSSPrimitiveValue::createIdentifier(CSSValueUnderline)));
772 if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get()))
773 textDecorations->append(underline.get());
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 97 text-decoration:underline;
261 text-decoration:underline;
297 text-decoration:underline;
430 text-decoration:underline !important;
472 text-decoration:underline;
708 text-decoration:underline;
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 95 text-decoration:underline;
262 text-decoration:underline;
298 text-decoration:underline;
430 text-decoration:underline !important;
472 text-decoration:underline;
708 text-decoration:underline;
  /external/chromium/chrome/browser/resources/ntp/
apps.css 167 text-decoration: underline;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 48 text-decoration: underline;
  /external/clang/docs/tools/
manpage.css 97 color: #336699; font-size: 10pt; text-decoration: underline;
167 font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline;
  /external/llvm/docs/CommandGuide/html/
manpage.css 97 color: #336699; font-size: 10pt; text-decoration: underline;
167 font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline;
  /external/llvm/docs/CommandGuide/
manpage.css 97 color: #336699; font-size: 10pt; text-decoration: underline;
167 font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline;

Completed in 243 milliseconds

1 2 3