Searched refs:toCSSProperty (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp82 m_propertySet->addParsedProperty(propertySet.propertyAt(i).toCSSProperty());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp135 m_propertyVector.uncheckedAppend(other.propertyAt(i).toCSSProperty());
374 setProperty(toMerge.toCSSProperty(), old);
376 appendPrefixingVariantProperty(toMerge.toCSSProperty());
H A DStylePropertySet.h78 CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); } function in class:blink::StylePropertySet::PropertyReference

Completed in 103 milliseconds