copyPropertiesInSet 2915 Source/core/css/CSSComputedStyleDeclaration.cpp     return copyPropertiesInSet(computableProperties());
copyPropertiesInSet   72 Source/core/css/CSSComputedStyleDeclaration.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
copyPropertiesInSet  436 Source/core/css/StylePropertySet.cpp     return copyPropertiesInSet(blockProperties());
copyPropertiesInSet  112 Source/core/css/StylePropertySet.h     PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
copyPropertiesInSet  128 Source/core/editing/EditingStyle.cpp         return style->copyPropertiesInSet(allEditingProperties());
copyPropertiesInSet  129 Source/core/editing/EditingStyle.cpp     return style->copyPropertiesInSet(inheritableEditingProperties());