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 341 : m_mutableStyle(style ? style->mutableCopy() : 0)
349 : m_mutableStyle(style ? style->copyProperties() : 0)
357 : m_mutableStyle(0)
443 m_mutableStyle = propertiesToInclude == AllProperties && computedStyleAtPosition ? computedStyleAtPosition->copyProperties() : editingStyleFromComputedStyle(computedStyleAtPosition);
447 m_mutableStyle->setProperty(CSSPropertyBackgroundColor, value->cssText());
449 m_mutableStyle->setProperty(CSSPropertyTextDecoration, value->cssText());
468 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor);
470 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor);
475 if (!m_mutableStyle)
476 m_mutableStyle = MutableStylePropertySet::create()
    [all...]
EditingStyle.h 102 MutableStylePropertySet* style() { return m_mutableStyle.get(); }
166 RefPtr<MutableStylePropertySet> m_mutableStyle;

Completed in 27 milliseconds