Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.h91 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
DStylePropertySet.cpp445 return copyPropertiesInSet(blockProperties()); in copyBlockProperties()
626 PassRefPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<CSSPropertyI… in copyPropertiesInSet() function in WebCore::StylePropertySet
DStylePropertySet.h110 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
DCSSComputedStyleDeclaration.cpp3038 return copyPropertiesInSet(computableProperties()); in copyProperties()
3089 PassRefPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(const Vector<C… in copyPropertiesInSet() function in WebCore::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp128 return style->copyPropertiesInSet(allEditingProperties()); in copyEditingProperties()
129 return style->copyPropertiesInSet(inheritableEditingProperties()); in copyEditingProperties()