HomeSort by relevance Sort by last modified time
    Searched full:underline (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /external/kernel-headers/original/linux/
console_struct.h 38 unsigned char vc_ulcolor; /* Color for underline mode */
  /external/libvpx/examples/includes/geshi/geshi/
per.php 212 "UNDERLINE",
  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 44 // Renderer needs to add underline indicating that the text has been modified by spell
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 110 text-decoration: underline;
  /frameworks/base/docs/html/sdk/api_diff/10/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/11/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/12/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/13/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/14/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/15/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/16/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/3/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/4/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/5/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/6/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/7/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/8/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /frameworks/base/docs/html/sdk/api_diff/9/
stylesheet-jdiff.css 37 text-decoration:underline;}
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 180 s = new SpannableString("Hello underline world");
183 assertEquals("<p dir=ltr>Hello <u>underline</u> world</p>\n", Html.toHtml(s));
  /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...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 30 // Transformation for link underline colors.
202 // If we specify a link color, but don't specify the underline color, the
221 // If we specify the underline color, it shouldn't try to generate one.
  /external/clang/docs/
doxygen.css 347 text-decoration: underline;
352 text-decoration: underline;
357 text-decoration: underline;
  /external/llvm/docs/
doxygen.css 347 text-decoration: underline;
352 text-decoration: underline;
357 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;

Completed in 330 milliseconds

1 23 4 5 6 7 8 910