Searched refs:copyPropertiesInSet (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h57 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const;
H A DStylePropertySet.h104 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const;
H A DStylePropertySet.cpp1088 return copyPropertiesInSet(blockProperties, numBlockProperties);
1183 PassRefPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const function in class:WebCore::StylePropertySet
H A DCSSComputedStyleDeclaration.cpp2984 return copyPropertiesInSet(computedProperties, numComputedProperties);
3035 PassRefPtr<MutableStylePropertySet> ComputedStyleExtractor::copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const function in class:WebCore::ComputedStyleExtractor
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp92 return style->copyPropertiesInSet(editingProperties, WTF_ARRAY_LENGTH(editingProperties));
93 return style->copyPropertiesInSet(editingProperties + 2, WTF_ARRAY_LENGTH(editingProperties) - 2);

Completed in 103 milliseconds