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

  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 130 RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
133 ASSERT(!textDecorationsInEffect || !textDecoration);
134 if (textDecorationsInEffect) {
135 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText());
137 textDecoration = textDecorationsInEffect;
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 451 int textDecorationsInEffect() const { return inherited_flags._text_decorations; }
    [all...]

Completed in 77 milliseconds