Searched defs:propertySet (Results 1 – 10 of 10) sorted by relevance
82 …PropertySetCSSStyleDeclaration(MutableStylePropertySet& propertySet) : m_propertySet(&propertySet)… in PropertySetCSSStyleDeclaration()92 …virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); retur… in propertySet() function100 …ssRefPtrWillBeRawPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet& propertySet, CS… in create()
367 void StyleRuleCSSStyleDeclaration::reattach(MutableStylePropertySet& propertySet) in reattach()384 MutableStylePropertySet& InlineCSSStyleDeclaration::propertySet() const in propertySet() function in blink::InlineCSSStyleDeclaration
75 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create(); in setLengthArray() local
57 PropertyReference(const StylePropertySet& propertySet, unsigned index) in PropertyReference()
109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCa… in addElementStyleProperties()
65 StylePropertySet& propertySet = viewportRule->mutableProperties(); in addViewportRule() local
1500 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) in CSSPropertyValue()
66 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create(); in setLengthArray() local
19 bool CSSParser::parseDeclaration(MutableStylePropertySet* propertySet, const String& declaration, C… in parseDeclaration()
203 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties(); in applyCSSPropertyToTarget() local