Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp489 … RefPtr<CSSMutableStyleDeclaration> fromComputedStyle = CSSMutableStyleDeclaration::create(); in appendStartMarkup() local
502fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue)); in appendStartMarkup()
506 style->merge(fromComputedStyle.get()); in appendStartMarkup()