HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 1 - 25 of 64) 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 27 a:visited { text-decoration: underline; }
30 a.header:hover { text-decoration: underline; color: #000080; }
  /external/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/skia/src/animator/
SkDrawPaint.h 65 SkBool underline; member in class:SkDrawPaint
SkDrawPaint.cpp 61 SK_MEMBER(underline, Boolean),
76 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false),
265 if (underline != -1)
266 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/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 563 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
749 const CompositionUnderline& underline = underlines[index]; local
893 Color underline, overline, linethrough; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 20 text-decoration: underline;
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 138 text-decoration: underline;
157 text-decoration: underline;
179 text-decoration: underline;
286 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...]
  /tools/motodev/src/help/appvalidator_help/etc/resources/
commonltr.css 121 .underlined { text-decoration: underline; }
125 .defkwd { font-weight: bold; text-decoration: underline; }
127 .shortcut { text-decoration: underline; }
  /tools/motodev/src/help/studio_help/etc/resources/
commonltr.css 121 .underlined { text-decoration: underline; }
125 .defkwd { font-weight: bold; text-decoration: underline; }
127 .shortcut { text-decoration: underline; }
  /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;

Completed in 1305 milliseconds

1 2 3