Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp280 … RefPtr<CSSMutableStyleDeclaration> fromComputedStyle = CSSMutableStyleDeclaration::create(); in appendElement() local
293fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue)); in appendElement()
296 style->merge(fromComputedStyle.get()); in appendElement()