HomeSort by relevance Sort by last modified time
    Searched refs:overline (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 139 text-overline
140 text-overline-color
141 text-overline-mode
142 text-overline-style
143 text-overline-width
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 563 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
893 Color underline, overline, linethrough; local
    [all...]
RenderObject.cpp     [all...]
RenderObject.h 607 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 442 Color underline, overline, linethrough;
443 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
    [all...]

Completed in 166 milliseconds