Home | History | Annotate | Download | only in canvas

Lines Matching full:tempdecl

1740     RefPtr<CSSMutableStyleDeclaration> tempDecl = CSSMutableStyleDeclaration::create();
1745 parser.parseDeclaration(tempDecl.get(), declarationText);
1746 if (!tempDecl->length())
1761 styleSelector->applyPropertyToStyle(CSSPropertyFont, tempDecl->getPropertyCSSValue(CSSPropertyFont).get(), newStyle.get());