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

  /external/webkit/WebCore/rendering/
RenderObject.h 598 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
    [all...]
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 664 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true);
    [all...]
RenderObject.cpp     [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 355 // color for all but the root line box, which would use getTextDecorationColors)
357 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
    [all...]

Completed in 34 milliseconds