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

  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 131 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration);
133 ASSERT(!textDecorationsInEffect || !textDecoration);
137 textDecoration = textDecorationsInEffect;
141 if (textDecoration && !textDecoration->isValueList())
185 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration);
186 if (textDecoration && textDecoration->isValueList()) {
190 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();
326 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID)
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 452 int textDecoration() const { return visual->textDecoration; }
    [all...]

Completed in 18 milliseconds