Searched refs:addParsedProperty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp66 // respect the !important declaration (but addParsedProperty() does).
68 m_propertySet->addParsedProperty(propertySet->propertyAt(i).toCSSProperty());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h181 void addParsedProperty(const CSSProperty&);
H A DStylePropertySet.cpp349 addParsedProperty(properties[i]);
352 void MutableStylePropertySet::addParsedProperty(const CSSProperty& property) function in class:WebCore::MutableStylePropertySet
H A DCSSParser-in.cpp458 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
465 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
561 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
1066 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
1134 properties->addParsedProperty(CSSProperty(CSSPropertyWebkitTransform, result.release(), important));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp305 m_fontFaceRule->mutableProperties()->addParsedProperty(CSSProperty(CSSPropertySrc, list));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp1158 fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue));

Completed in 148 milliseconds