Home
last modified time | relevance | path

Searched refs:toMutableStylePropertySet (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h241 inline MutableStylePropertySet* toMutableStylePropertySet(const RefPtrWillBeRawPtr<StylePropertySet… in toMutableStylePropertySet() function
243 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()
246 inline MutableStylePropertySet* toMutableStylePropertySet(const Persistent<StylePropertySet>& set) in toMutableStylePropertySet() function
248 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()
251 inline MutableStylePropertySet* toMutableStylePropertySet(const Member<StylePropertySet>& set) in toMutableStylePropertySet() function
253 return toMutableStylePropertySet(set.get()); in toMutableStylePropertySet()
259 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).metadata(); in propertyMetadata()
266 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).value(); in propertyValue()
273 return toMutableStylePropertySet(this)->m_propertyVector.size(); in propertyCount()
289 delete toMutableStylePropertySet(this); in deref()
[all …]
DStyleRule.cpp273 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()
307 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()
340 return *toMutableStylePropertySet(m_properties); in mutableProperties()
436 return *toMutableStylePropertySet(m_properties); in mutableProperties()
471 return *toMutableStylePropertySet(m_properties); in mutableProperties()
DStylePropertySet.cpp63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this); in immutableCopyIfNeeded()
131 m_propertyVector = toMutableStylePropertySet(other).m_propertyVector; in MutableStylePropertySet()
159 toMutableStylePropertySet(this)->traceAfterDispatch(visitor); in trace()
168 toMutableStylePropertySet(this)->~MutableStylePropertySet(); in finalizeGarbageCollectedObject()
DCSSKeyframeRule.cpp99 return *toMutableStylePropertySet(m_properties.get()); in mutableProperties()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp187 …nt.collectStyleForPresentationAttribute(it->name(), it->value(), toMutableStylePropertySet(style)); in computePresentationAttributeStyle()
DElement.cpp3056 return *toMutableStylePropertySet(inlineStyle); in ensureMutableInlineStyle()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp1384 MutableStylePropertySet* mutableAttributeStyle = toMutableStylePropertySet(attributeStyle); in buildObjectForAttributesStyle()