Searched refs:copyPropertiesInSet (Results 1 – 5 of 5) sorted by relevance
73 …PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) …
436 return copyPropertiesInSet(blockProperties()); in copyBlockProperties()524 PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<… in copyPropertiesInSet() function in WebCore::StylePropertySet
112 …PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) …
2924 return copyPropertiesInSet(computableProperties()); in copyProperties()2975 PassRefPtrWillBeRawPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(co… in copyPropertiesInSet() function in WebCore::CSSComputedStyleDeclaration
128 return style->copyPropertiesInSet(allEditingProperties()); in copyEditingProperties()129 return style->copyPropertiesInSet(inheritableEditingProperties()); in copyEditingProperties()