Home
last modified time | relevance | path

Searched refs:m_mutableStyle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp286 : m_mutableStyle(style->copy()) in EditingStyle()
294 : m_mutableStyle(0) in EditingStyle()
313m_mutableStyle = propertiesToInclude == AllProperties && computedStyleAtPosition ? computedStyleAt… in init()
332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec); in removeTextFillAndStrokeColorsIfNeeded()
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec); in removeTextFillAndStrokeColorsIfNeeded()
340 if (!m_mutableStyle) in setProperty()
341 m_mutableStyle = CSSMutableStyleDeclaration::create(); in setProperty()
344 m_mutableStyle->setProperty(propertyID, value, important, ec); in setProperty()
351m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeywo… in replaceFontSizeByKeywordIfPossible()
356 if (m_mutableStyle->getPropertyCSSValue(CSSPropertyFontSize)) { in extractFontSizeDelta()
[all …]
DEditingStyle.h93 CSSMutableStyleDeclaration* style() { return m_mutableStyle.get(); } in style()
141 RefPtr<CSSMutableStyleDeclaration> m_mutableStyle; variable
/external/webkit/Source/WebCore/
DChangeLog57388 new CSSMutableStyleDeclaration for m_mutableStyle.
57401 new CSSMutableStyleDeclaration for m_mutableStyle.
62774 (WebCore::EditingStyle::textDirection): Exits early when m_mutableStyle is null.