Home
last modified time | relevance | path

Searched refs:dummyStyle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DDOMWindowCSS.cpp75 RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create(); in supports() local
76 …return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, HTMLStandardMod… in supports()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp310 RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = nullptr; in attributeValueAsCSSValue() local
311 dummyStyle = MutableStylePropertySet::create(); in attributeValueAsCSSValue()
312 dummyStyle->setProperty(m_propertyID, value); in attributeValueAsCSSValue()
313 return dummyStyle->getPropertyCSSValue(m_propertyID); in attributeValueAsCSSValue()