MutableStylePropertySet   62 Source/core/animation/EffectInput.cpp     WillBeHeapVector<RefPtrWillBeMember<MutableStylePropertySet> > propertySetVector;
MutableStylePropertySet   65 Source/core/animation/EffectInput.cpp         RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
MutableStylePropertySet 2913 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyProperties() const
MutableStylePropertySet 2966 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(const Vector<CSSPropertyID>& properties) const
MutableStylePropertySet 2975 Source/core/css/CSSComputedStyleDeclaration.cpp     return MutableStylePropertySet::create(list.data(), list.size());
MutableStylePropertySet   37 Source/core/css/CSSComputedStyleDeclaration.h class MutableStylePropertySet;
MutableStylePropertySet   65 Source/core/css/CSSComputedStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
MutableStylePropertySet   72 Source/core/css/CSSComputedStyleDeclaration.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
MutableStylePropertySet   95 Source/core/css/CSSKeyframeRule.cpp MutableStylePropertySet& StyleKeyframe::mutableProperties()
MutableStylePropertySet   36 Source/core/css/CSSKeyframeRule.h class MutableStylePropertySet;
MutableStylePropertySet   59 Source/core/css/CSSKeyframeRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet   61 Source/core/css/CSSMatrix.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create();
MutableStylePropertySet   36 Source/core/css/CSSStyleDeclaration.h class MutableStylePropertySet;
MutableStylePropertySet   66 Source/core/css/CSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const = 0;
MutableStylePropertySet   77 Source/core/css/DOMWindowCSS.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
MutableStylePropertySet  104 Source/core/css/FontFace.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
MutableStylePropertySet  490 Source/core/css/FontFaceSet.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
MutableStylePropertySet  288 Source/core/css/PropertySetCSSStyleDeclaration.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> AbstractPropertySetCSSStyleDeclaration::copyProperties() const
MutableStylePropertySet  298 Source/core/css/PropertySetCSSStyleDeclaration.cpp StyleRuleCSSStyleDeclaration::StyleRuleCSSStyleDeclaration(MutableStylePropertySet& propertySetArg, CSSRule* parentRule)
MutableStylePropertySet  344 Source/core/css/PropertySetCSSStyleDeclaration.cpp void StyleRuleCSSStyleDeclaration::reattach(MutableStylePropertySet& propertySet)
MutableStylePropertySet  351 Source/core/css/PropertySetCSSStyleDeclaration.cpp MutableStylePropertySet& InlineCSSStyleDeclaration::propertySet() const
MutableStylePropertySet   40 Source/core/css/PropertySetCSSStyleDeclaration.h class MutableStylePropertySet;
MutableStylePropertySet   67 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const OVERRIDE FINAL;
MutableStylePropertySet   75 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual MutableStylePropertySet& propertySet() const = 0;
MutableStylePropertySet   82 Source/core/css/PropertySetCSSStyleDeclaration.h     PropertySetCSSStyleDeclaration(MutableStylePropertySet& propertySet) : m_propertySet(&propertySet) { }
MutableStylePropertySet   88 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); return *m_propertySet; }
MutableStylePropertySet   90 Source/core/css/PropertySetCSSStyleDeclaration.h     MutableStylePropertySet* m_propertySet; // Cannot be null
MutableStylePropertySet   96 Source/core/css/PropertySetCSSStyleDeclaration.h     static PassRefPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet& propertySet, CSSRule* parentRule)
MutableStylePropertySet  106 Source/core/css/PropertySetCSSStyleDeclaration.h     void reattach(MutableStylePropertySet&);
MutableStylePropertySet  109 Source/core/css/PropertySetCSSStyleDeclaration.h     StyleRuleCSSStyleDeclaration(MutableStylePropertySet&, CSSRule*);
MutableStylePropertySet  132 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual MutableStylePropertySet& propertySet() const OVERRIDE;
MutableStylePropertySet   65 Source/core/css/StylePropertySet.cpp     const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this);
MutableStylePropertySet   69 Source/core/css/StylePropertySet.cpp MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode)
MutableStylePropertySet   74 Source/core/css/StylePropertySet.cpp MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length)
MutableStylePropertySet  127 Source/core/css/StylePropertySet.cpp MutableStylePropertySet::MutableStylePropertySet(const StylePropertySet& other)
MutableStylePropertySet  168 Source/core/css/StylePropertySet.cpp         toMutableStylePropertySet(this)->~MutableStylePropertySet();
MutableStylePropertySet  174 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID)
MutableStylePropertySet  190 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText)
MutableStylePropertySet  218 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removePrefixedOrUnprefixedProperty(CSSPropertyID propertyID)
MutableStylePropertySet  259 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet)
MutableStylePropertySet  271 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important)
MutableStylePropertySet  286 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
MutableStylePropertySet  310 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::appendPrefixingVariantProperty(const CSSProperty& property)
MutableStylePropertySet  320 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::setPrefixingVariantProperty(const CSSProperty& property)
MutableStylePropertySet  328 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important)
MutableStylePropertySet  334 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important)
MutableStylePropertySet  340 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet)
MutableStylePropertySet  354 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::addParsedProperties(const WillBeHeapVector<CSSProperty, 256>& properties)
MutableStylePropertySet  361 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::addParsedProperty(const CSSProperty& property)
MutableStylePropertySet  373 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::mergeAndOverrideOnConflict(const StylePropertySet* other)
MutableStylePropertySet  429 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::clear()
MutableStylePropertySet  434 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::copyBlockProperties() const
MutableStylePropertySet  439 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removeBlockProperties()
MutableStylePropertySet  444 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removePropertiesInSet(const CSSPropertyID* set, unsigned length)
MutableStylePropertySet  473 Source/core/css/StylePropertySet.cpp CSSProperty* MutableStylePropertySet::findCSSPropertyWithID(CSSPropertyID propertyID)
MutableStylePropertySet  489 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removeEquivalentProperties(const StylePropertySet* style)
MutableStylePropertySet  503 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removeEquivalentProperties(const CSSStyleDeclaration* style)
MutableStylePropertySet  517 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::mutableCopy() const
MutableStylePropertySet  519 Source/core/css/StylePropertySet.cpp     return adoptRefWillBeRefCountedGarbageCollected(new MutableStylePropertySet(*this));
MutableStylePropertySet  522 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<CSSPropertyID>& properties) const
MutableStylePropertySet  531 Source/core/css/StylePropertySet.cpp     return MutableStylePropertySet::create(list.data(), list.size());
MutableStylePropertySet  534 Source/core/css/StylePropertySet.cpp CSSStyleDeclaration* MutableStylePropertySet::ensureCSSStyleDeclaration()
MutableStylePropertySet  547 Source/core/css/StylePropertySet.cpp int MutableStylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const
MutableStylePropertySet  563 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::traceAfterDispatch(Visitor* visitor)
MutableStylePropertySet  588 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> MutableStylePropertySet::create(CSSParserMode cssParserMode)
MutableStylePropertySet  590 Source/core/css/StylePropertySet.cpp     return adoptRefWillBeRefCountedGarbageCollected(new MutableStylePropertySet(cssParserMode));
MutableStylePropertySet  593 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> MutableStylePropertySet::create(const CSSProperty* properties, unsigned count)
MutableStylePropertySet  595 Source/core/css/StylePropertySet.cpp     return adoptRefWillBeRefCountedGarbageCollected(new MutableStylePropertySet(properties, count));
MutableStylePropertySet   40 Source/core/css/StylePropertySet.h class MutableStylePropertySet;
MutableStylePropertySet  105 Source/core/css/StylePropertySet.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyBlockProperties() const;
MutableStylePropertySet  109 Source/core/css/StylePropertySet.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> mutableCopy() const;
MutableStylePropertySet  112 Source/core/css/StylePropertySet.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
MutableStylePropertySet  195 Source/core/css/StylePropertySet.h class MutableStylePropertySet : public StylePropertySet {
MutableStylePropertySet  197 Source/core/css/StylePropertySet.h     ~MutableStylePropertySet() { }
MutableStylePropertySet  198 Source/core/css/StylePropertySet.h     static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
MutableStylePropertySet  199 Source/core/css/StylePropertySet.h     static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
MutableStylePropertySet  235 Source/core/css/StylePropertySet.h     explicit MutableStylePropertySet(CSSParserMode);
MutableStylePropertySet  236 Source/core/css/StylePropertySet.h     explicit MutableStylePropertySet(const StylePropertySet&);
MutableStylePropertySet  237 Source/core/css/StylePropertySet.h     MutableStylePropertySet(const CSSProperty* properties, unsigned count);
MutableStylePropertySet  248 Source/core/css/StylePropertySet.h DEFINE_TYPE_CASTS(MutableStylePropertySet, StylePropertySet, set, set->isMutable(), set.isMutable());
MutableStylePropertySet  250 Source/core/css/StylePropertySet.h inline MutableStylePropertySet* toMutableStylePropertySet(const RefPtr<StylePropertySet>& set)
MutableStylePropertySet  269 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRule::mutableProperties()
MutableStylePropertySet  297 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRulePage::mutableProperties()
MutableStylePropertySet  324 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRuleFontFace::mutableProperties()
MutableStylePropertySet  414 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRuleViewport::mutableProperties()
MutableStylePropertySet  443 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRuleFilter::mutableProperties()
MutableStylePropertySet   35 Source/core/css/StyleRule.h class MutableStylePropertySet;
MutableStylePropertySet  110 Source/core/css/StyleRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet  137 Source/core/css/StyleRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet  160 Source/core/css/StyleRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet  243 Source/core/css/StyleRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet  267 Source/core/css/StyleRule.h     MutableStylePropertySet& mutableProperties();
MutableStylePropertySet  234 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
MutableStylePropertySet  329 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
MutableStylePropertySet  845 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext)
MutableStylePropertySet  970 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseTranslateTransform(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important)
MutableStylePropertySet  998 Source/core/css/parser/BisonCSSParser-in.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
MutableStylePropertySet 1013 Source/core/css/parser/BisonCSSParser-in.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet 1020 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const Document& document)
MutableStylePropertySet 1037 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet)
MutableStylePropertySet 1060 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet)
MutableStylePropertySet 1178 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseDeclaration(MutableStylePropertySet* declaration, const String& string, CSSParserObserver* observer, StyleSheetContents* contextStyleSheet)
MutableStylePropertySet   64 Source/core/css/parser/BisonCSSParser.h class MutableStylePropertySet;
MutableStylePropertySet   94 Source/core/css/parser/BisonCSSParser.h     static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
MutableStylePropertySet   99 Source/core/css/parser/BisonCSSParser.h     bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet);
MutableStylePropertySet  104 Source/core/css/parser/BisonCSSParser.h     static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&);
MutableStylePropertySet  272 Source/core/css/parser/BisonCSSParser.h     bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
MutableStylePropertySet  110 Source/core/css/resolver/StyleResolver.cpp     DEFINE_STATIC_REF(MutableStylePropertySet, leftToRightDecl, (MutableStylePropertySet::create()));
MutableStylePropertySet  118 Source/core/css/resolver/StyleResolver.cpp     DEFINE_STATIC_REF(MutableStylePropertySet, rightToLeftDecl, (MutableStylePropertySet::create()));
MutableStylePropertySet  790 Source/core/css/resolver/StyleResolver.cpp PassRefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> StyleResolver::createKeyframeEffectModel(Element& element, const WillBeHeapVector<RefPtrWillBeMember<MutableStylePropertySet> >& propertySetVector, AnimatableValueKeyframeVector& keyframes)
MutableStylePropertySet  125 Source/core/css/resolver/StyleResolver.h     static PassRefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> createKeyframeEffectModel(Element&, const WillBeHeapVector<RefPtrWillBeMember<MutableStylePropertySet> >&, AnimatableValueKeyframeVector&);
MutableStylePropertySet   42 Source/core/css/resolver/ViewportStyleResolver.h class MutableStylePropertySet;
MutableStylePropertySet   70 Source/core/css/resolver/ViewportStyleResolver.h     RefPtrWillBeMember<MutableStylePropertySet> m_propertySet;
MutableStylePropertySet 2915 Source/core/dom/Element.cpp static void reResolveURLsInInlineStyle(const Document& document, MutableStylePropertySet& style)
MutableStylePropertySet 3167 Source/core/dom/Element.cpp MutableStylePropertySet& Element::ensureMutableInlineStyle()
MutableStylePropertySet 3173 Source/core/dom/Element.cpp         inlineStyle = MutableStylePropertySet::create(mode);
MutableStylePropertySet 3205 Source/core/dom/Element.cpp         static_pointer_cast<MutableStylePropertySet>(inlineStyle)->parseDeclaration(newStyleString, document().elementSheet().contents());
MutableStylePropertySet 3298 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, CSSValueID identifier)
MutableStylePropertySet 3304 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit)
MutableStylePropertySet 3310 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
MutableStylePropertySet   56 Source/core/dom/Element.h class MutableStylePropertySet;
MutableStylePropertySet  280 Source/core/dom/Element.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) { }
MutableStylePropertySet  510 Source/core/dom/Element.h     MutableStylePropertySet& ensureMutableInlineStyle();
MutableStylePropertySet  521 Source/core/dom/Element.h     void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, CSSValueID identifier);
MutableStylePropertySet  522 Source/core/dom/Element.h     void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, double value, CSSPrimitiveValue::UnitTypes);
MutableStylePropertySet  523 Source/core/dom/Element.h     void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
MutableStylePropertySet  180 Source/core/dom/PresentationAttributeStyle.cpp         style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
MutableStylePropertySet  296 Source/core/editing/ApplyStyleCommand.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyStyleOrCreateEmpty(const StylePropertySet* style)
MutableStylePropertySet  299 Source/core/editing/ApplyStyleCommand.cpp         return MutableStylePropertySet::create();
MutableStylePropertySet  405 Source/core/editing/ApplyStyleCommand.cpp         RefPtrWillBeRawPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle());
MutableStylePropertySet  529 Source/core/editing/ApplyStyleCommand.cpp             RefPtrWillBeRawPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle());
MutableStylePropertySet  777 Source/core/editing/ApplyStyleCommand.cpp             RefPtrWillBeRawPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle());
MutableStylePropertySet  125 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyEditingProperties(StyleDeclarationType* style, EditingPropertiesType type = OnlyInheritableEditingProperties)
MutableStylePropertySet  137 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style, EditingPropertiesType type = OnlyInheritableEditingProperties)
MutableStylePropertySet  140 Source/core/editing/EditingStyle.cpp         return MutableStylePropertySet::create();
MutableStylePropertySet  144 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
MutableStylePropertySet  297 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = nullptr;
MutableStylePropertySet  298 Source/core/editing/EditingStyle.cpp     dummyStyle = MutableStylePropertySet::create();
MutableStylePropertySet  482 Source/core/editing/EditingStyle.cpp         m_mutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet  559 Source/core/editing/EditingStyle.cpp         m_mutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet  596 Source/core/editing/EditingStyle.cpp     textDirection->m_mutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet  619 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node->parentNode()), AllEditingProperties);
MutableStylePropertySet  620 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node), AllEditingProperties);
MutableStylePropertySet  630 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node->parentNode()), AllEditingProperties);
MutableStylePropertySet  631 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node), AllEditingProperties);
MutableStylePropertySet  676 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> difference = getPropertiesNotIn(m_mutableStyle.get(), styleToCompare);
MutableStylePropertySet 1005 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> extractEditingProperties(const StylePropertySet* style, EditingStyle::PropertiesToInclude propertiesToInclude)
MutableStylePropertySet 1118 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRulesForElement(Element* element, unsigned rulesToInclude)
MutableStylePropertySet 1120 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet 1131 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElement(element,
MutableStylePropertySet 1150 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> fromComputedStyle = MutableStylePropertySet::create();
MutableStylePropertySet 1167 Source/core/editing/EditingStyle.cpp static void removePropertiesInStyle(MutableStylePropertySet* styleToRemovePropertiesFrom, StylePropertySet* style)
MutableStylePropertySet 1184 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElement(element, StyleResolver::AllButEmptyCSSRules);
MutableStylePropertySet 1221 Source/core/editing/EditingStyle.cpp         m_mutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet 1355 Source/core/editing/EditingStyle.cpp static void reconcileTextDecorationProperties(MutableStylePropertySet* style)
MutableStylePropertySet 1386 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> mutableStyle = getPropertiesNotIn(style->style(), computedStyle.get());
MutableStylePropertySet 1405 Source/core/editing/EditingStyle.cpp static void setTextDecorationProperty(MutableStylePropertySet* style, const CSSValueList* newTextDecoration, CSSPropertyID propertyID)
MutableStylePropertySet 1415 Source/core/editing/EditingStyle.cpp void StyleChange::extractTextStyles(Document* document, MutableStylePropertySet* style, bool shouldUseFixedFontDefaultSize)
MutableStylePropertySet 1480 Source/core/editing/EditingStyle.cpp static void diffTextDecorations(MutableStylePropertySet* style, CSSPropertyID propertID, CSSValue* refTextDecoration)
MutableStylePropertySet 1533 Source/core/editing/EditingStyle.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle)
MutableStylePropertySet 1537 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> result = styleWithRedundantProperties->mutableCopy();
MutableStylePropertySet   55 Source/core/editing/EditingStyle.h class MutableStylePropertySet;
MutableStylePropertySet   98 Source/core/editing/EditingStyle.h     MutableStylePropertySet* style() { return m_mutableStyle.get(); }
MutableStylePropertySet  159 Source/core/editing/EditingStyle.h     RefPtrWillBePersistent<MutableStylePropertySet> m_mutableStyle;
MutableStylePropertySet  213 Source/core/editing/EditingStyle.h     void extractTextStyles(Document*, MutableStylePropertySet*, bool shouldUseFixedFontDefaultSize);
MutableStylePropertySet  965 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  121 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  128 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  155 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> newMutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet  178 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  598 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  607 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  615 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet   45 Source/core/editing/FrameSelection.h class MutableStylePropertySet;
MutableStylePropertySet   53 Source/core/html/HTMLBRElement.cpp void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   41 Source/core/html/HTMLBRElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   66 Source/core/html/HTMLBodyElement.cpp void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   51 Source/core/html/HTMLBodyElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   45 Source/core/html/HTMLDivElement.cpp void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   38 Source/core/html/HTMLDivElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  127 Source/core/html/HTMLElement.cpp void HTMLElement::applyBorderAttributeToStyle(const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  133 Source/core/html/HTMLElement.cpp void HTMLElement::mapLanguageAttributeToLocale(const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  156 Source/core/html/HTMLElement.cpp void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  454 Source/core/html/HTMLElement.cpp void HTMLElement::applyAlignmentAttributeToStyle(const AtomicString& alignment, MutableStylePropertySet* style)
MutableStylePropertySet  799 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLLengthToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
MutableStylePropertySet  890 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue)
MutableStylePropertySet   94 Source/core/html/HTMLElement.h     void addHTMLLengthToStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
MutableStylePropertySet   95 Source/core/html/HTMLElement.h     void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
MutableStylePropertySet   97 Source/core/html/HTMLElement.h     void applyAlignmentAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
MutableStylePropertySet   98 Source/core/html/HTMLElement.h     void applyBorderAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
MutableStylePropertySet  102 Source/core/html/HTMLElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  111 Source/core/html/HTMLElement.h     void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
MutableStylePropertySet   78 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   41 Source/core/html/HTMLEmbedElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  187 Source/core/html/HTMLFontElement.cpp void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   41 Source/core/html/HTMLFontElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   68 Source/core/html/HTMLFrameSetElement.cpp void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   63 Source/core/html/HTMLFrameSetElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   54 Source/core/html/HTMLHRElement.cpp void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   40 Source/core/html/HTMLHRElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   56 Source/core/html/HTMLIFrameElement.cpp void HTMLIFrameElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   40 Source/core/html/HTMLIFrameElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   95 Source/core/html/HTMLImageElement.cpp void HTMLImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  104 Source/core/html/HTMLImageElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  599 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  322 Source/core/html/HTMLInputElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL;
MutableStylePropertySet   54 Source/core/html/HTMLLIElement.cpp void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   39 Source/core/html/HTMLLIElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   73 Source/core/html/HTMLMarqueeElement.cpp void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   62 Source/core/html/HTMLMarqueeElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   58 Source/core/html/HTMLOListElement.cpp void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   57 Source/core/html/HTMLOListElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   83 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   73 Source/core/html/HTMLObjectElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   45 Source/core/html/HTMLParagraphElement.cpp void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   37 Source/core/html/HTMLParagraphElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  285 Source/core/html/HTMLPlugInElement.cpp void HTMLPlugInElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   70 Source/core/html/HTMLPlugInElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   53 Source/core/html/HTMLPreElement.cpp void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   38 Source/core/html/HTMLPreElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   46 Source/core/html/HTMLTableCaptionElement.cpp void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   40 Source/core/html/HTMLTableCaptionElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   87 Source/core/html/HTMLTableCellElement.cpp void HTMLTableCellElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   58 Source/core/html/HTMLTableCellElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   56 Source/core/html/HTMLTableColElement.cpp void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   47 Source/core/html/HTMLTableColElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  292 Source/core/html/HTMLTableElement.cpp void HTMLTableElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  403 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  459 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet  506 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
MutableStylePropertySet   76 Source/core/html/HTMLTableElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   49 Source/core/html/HTMLTablePartElement.cpp void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   43 Source/core/html/HTMLTablePartElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  142 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  107 Source/core/html/HTMLTextAreaElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   51 Source/core/html/HTMLUListElement.cpp void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   38 Source/core/html/HTMLUListElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   86 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   86 Source/core/html/HTMLVideoElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet 2011 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = i != m_fetchedFonts.end() ? i->value : nullptr;
MutableStylePropertySet 2014 Source/core/html/canvas/CanvasRenderingContext2D.cpp         parsedStyle = MutableStylePropertySet::create();
MutableStylePropertySet   66 Source/core/html/canvas/CanvasRenderingContext2D.h typedef WillBePersistentHeapHashMap<String, RefPtrWillBeMember<MutableStylePropertySet> > MutableStylePropertyMap;
MutableStylePropertySet 1337 Source/core/inspector/InspectorCSSAgent.cpp     MutableStylePropertySet* mutableAttributeStyle = toMutableStylePropertySet(attributeStyle);
MutableStylePropertySet  342 Source/core/inspector/InspectorStyleSheet.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet  554 Source/core/inspector/InspectorStyleSheet.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create();
MutableStylePropertySet 1652 Source/core/inspector/InspectorStyleSheet.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> tempDeclaration = MutableStylePropertySet::create();
MutableStylePropertySet  208 Source/core/svg/SVGAnimateElement.cpp     MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties();
MutableStylePropertySet  725 Source/core/svg/SVGElement.cpp void SVGElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet  970 Source/core/svg/SVGElement.cpp MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const
MutableStylePropertySet  977 Source/core/svg/SVGElement.cpp MutableStylePropertySet* SVGElement::ensureAnimatedSMILStyleProperties()
MutableStylePropertySet  131 Source/core/svg/SVGElement.h     MutableStylePropertySet* animatedSMILStyleProperties() const;
MutableStylePropertySet  132 Source/core/svg/SVGElement.h     MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
MutableStylePropertySet  158 Source/core/svg/SVGElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet   77 Source/core/svg/SVGElementRareData.h     MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get(); }
MutableStylePropertySet   78 Source/core/svg/SVGElementRareData.h     MutableStylePropertySet* ensureAnimatedSMILStyleProperties()
MutableStylePropertySet   81 Source/core/svg/SVGElementRareData.h             m_animatedSMILStyleProperties = MutableStylePropertySet::create(SVGAttributeMode);
MutableStylePropertySet  116 Source/core/svg/SVGElementRareData.h     RefPtrWillBePersistent<MutableStylePropertySet> m_animatedSMILStyleProperties;
MutableStylePropertySet   55 Source/core/svg/SVGFontFaceElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
MutableStylePropertySet   93 Source/core/svg/SVGImageElement.cpp void SVGImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   56 Source/core/svg/SVGImageElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
MutableStylePropertySet  218 Source/core/svg/SVGTextContentElement.cpp void SVGTextContentElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
MutableStylePropertySet   74 Source/core/svg/SVGTextContentElement.h     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL;