Home | History | Annotate | Download | only in editing

Lines Matching refs:fromComputedStyle

280             RefPtr<CSSMutableStyleDeclaration> fromComputedStyle = CSSMutableStyleDeclaration::create();
293 fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue));
296 style->merge(fromComputedStyle.get());