Searched refs:copyPropertiesInSet (Results 1 – 5 of 5) sorted by relevance
91 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
445 return copyPropertiesInSet(blockProperties()); in copyBlockProperties()626 PassRefPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<CSSPropertyI… in copyPropertiesInSet() function in WebCore::StylePropertySet
110 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
3038 return copyPropertiesInSet(computableProperties()); in copyProperties()3089 PassRefPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(const Vector<C… in copyPropertiesInSet() function in WebCore::CSSComputedStyleDeclaration
128 return style->copyPropertiesInSet(allEditingProperties()); in copyEditingProperties()129 return style->copyPropertiesInSet(inheritableEditingProperties()); in copyEditingProperties()