Searched refs:fromComputedStyle (Results 1 – 1 of 1) sorted by relevance
280 … RefPtr<CSSMutableStyleDeclaration> fromComputedStyle = CSSMutableStyleDeclaration::create(); in appendElement() local293 … fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue)); in appendElement()296 style->merge(fromComputedStyle.get()); in appendElement()