Searched refs:addParsedProperty (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
H A D | ViewportStyleResolver.cpp | 66 // 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 D | StylePropertySet.h | 181 void addParsedProperty(const CSSProperty&);
|
H A D | StylePropertySet.cpp | 349 addParsedProperty(properties[i]); 352 void MutableStylePropertySet::addParsedProperty(const CSSProperty& property) function in class:WebCore::MutableStylePropertySet
|
H A D | CSSParser-in.cpp | 458 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 D | SVGFontFaceElement.cpp | 305 m_fontFaceRule->mutableProperties()->addParsedProperty(CSSProperty(CSSPropertySrc, list));
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
H A D | EditingStyle.cpp | 1158 fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue));
|
Completed in 148 milliseconds