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.h73 …PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) …
DStylePropertySet.cpp436 return copyPropertiesInSet(blockProperties()); in copyBlockProperties()
524 PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<… in copyPropertiesInSet() function in WebCore::StylePropertySet
DStylePropertySet.h112 …PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) …
DCSSComputedStyleDeclaration.cpp2924 return copyPropertiesInSet(computableProperties()); in copyProperties()
2975 PassRefPtrWillBeRawPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(co… 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()