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

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 515 RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
516 if (!textDecorationsInEffect)
519 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->getPropertyPriority(CSSPropertyTextDecoration));
782 RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
785 ASSERT(!textDecorationsInEffect || !textDecoration);
786 if (textDecorationsInEffect) {
787 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText());
789 textDecoration = textDecorationsInEffect;
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; }
    [all...]

Completed in 57 milliseconds