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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 370 : m_mutableStyle(style ? style->mutableCopy() : nullptr)
378 : m_mutableStyle(nullptr)
465 m_mutableStyle = propertiesToInclude == AllProperties && computedStyleAtPosition ? computedStyleAtPosition->copyProperties() : editingStyleFromComputedStyle(computedStyleAtPosition);
469 m_mutableStyle->setProperty(CSSPropertyBackgroundColor, value->cssText());
471 m_mutableStyle->setProperty(CSSPropertyTextDecoration, value->cssText());
490 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor);
492 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor);
497 if (!m_mutableStyle)
498 m_mutableStyle = MutableStylePropertySet::create();
500 m_mutableStyle->setProperty(propertyID, value, important)
    [all...]
EditingStyle.h 98 MutableStylePropertySet* style() { return m_mutableStyle.get(); }
163 RefPtrWillBeMember<MutableStylePropertySet> m_mutableStyle;

Completed in 752 milliseconds