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

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 286 : m_mutableStyle(style->copy())
294 : m_mutableStyle(0)
313 m_mutableStyle = propertiesToInclude == AllProperties && computedStyleAtPosition ? computedStyleAtPosition->copy() : editingStyleFromComputedStyle(computedStyleAtPosition);
332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec);
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec);
340 if (!m_mutableStyle)
341 m_mutableStyle = CSSMutableStyleDeclaration::create();
344 m_mutableStyle->setProperty(propertyID, value, important, ec);
351 m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeyword()->cssText());
356 if (m_mutableStyle->getPropertyCSSValue(CSSPropertyFontSize))
    [all...]
EditingStyle.h 93 CSSMutableStyleDeclaration* style() { return m_mutableStyle.get(); }
141 RefPtr<CSSMutableStyleDeclaration> m_mutableStyle;

Completed in 22 milliseconds