Searched refs:propertySet (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DPropertySetCSSStyleDeclaration.h45 PropertySetCSSStyleDeclaration(MutableStyleProperties* propertySet) : m_propertySet(propertySet) { } argument
87 static PassRefPtr<StyleRuleCSSStyleDeclaration> create(MutableStyleProperties& propertySet, CSSRule& parentRule) argument
89 return adoptRef(new StyleRuleCSSStyleDeclaration(propertySet, parentRule));
117 InlineCSSStyleDeclaration(MutableStyleProperties* propertySet, StyledElement* parentElement) argument
118 : PropertySetCSSStyleDeclaration(propertySet)
H A DViewportStyleResolver.cpp57 StyleProperties& propertySet = viewportRule->mutableProperties(); local
59 unsigned propertyCount = propertySet.propertyCount();
64 m_propertySet = propertySet.mutableCopy();
68 m_propertySet->mergeAndOverrideOnConflict(propertySet);
H A DPropertySetCSSStyleDeclaration.cpp300 StyleRuleCSSStyleDeclaration::StyleRuleCSSStyleDeclaration(MutableStyleProperties& propertySet, CSSRule& parentRule) argument
301 : PropertySetCSSStyleDeclaration(&propertySet)
350 void StyleRuleCSSStyleDeclaration::reattach(MutableStyleProperties& propertySet) argument
353 m_propertySet = &propertySet;
H A DStyleProperties.h57 PropertyReference(const StyleProperties& propertySet, unsigned index) argument
58 : m_propertySet(propertySet)
H A DElementRuleCollector.cpp103 inline void ElementRuleCollector::addElementStyleProperties(const StyleProperties* propertySet, bool isCacheable) argument
105 if (!propertySet)
110 m_result.addMatchedProperties(*propertySet);
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElementTypes.cpp89 const StyleProperties* propertySet = m_element->inlineStyle(); local
92 return (!propertySet || !propertySet->getPropertyCSSValue(CSSPropertyDisplay));
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp1343 static bool gatherEnclosingShorthandProperties(CSSPropertyID property, AnimationPropertyWrapperBase* wrapper, HashSet<CSSPropertyID>& propertySet)
1351 if (gatherEnclosingShorthandProperties(property, currWrapper, propertySet) || currWrapper->property() == property)
1356 propertySet.add(wrapper->property());
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp919 Ref<MutableStyleProperties> propertySet(MutableStyleProperties::create());
920 return propertySet->ensureCSSStyleDeclaration();

Completed in 103 milliseconds