HomeSort by relevance Sort by last modified time
    Searched defs:textDecoration (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 783 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration);
785 ASSERT(!textDecorationsInEffect || !textDecoration);
789 textDecoration = textDecorationsInEffect;
793 if (textDecoration && !textDecoration->isValueList())
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 486 int textDecoration() const { return visual->textDecoration; }
    [all...]

Completed in 160 milliseconds