Searched refs:newDecl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSStyleSelector.h155 void resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables);
H A DCSSStyleSelector.cpp584 RefPtr<CSSMutableStyleDeclaration> newDecl = CSSMutableStyleDeclaration::create(decl->parentRule()); local
585 m_matchedDecls.append(newDecl.get());
586 m_resolvedVariablesDeclarations.set(decl, newDecl);
589 resolveVariablesForDeclaration(decl, newDecl.get(), usedBlockVariables);
592 void CSSStyleSelector::resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables) argument
602 newDecl->addParsedProperty(current);
627 resolveVariablesForDeclaration(declBlock, newDecl, usedBlockVariables);
649 CSSParser(m_checker.m_strictParsing).parsePropertyWithResolvedVariables(current.id(), current.isImportant(), newDecl, &resolvedValueList);

Completed in 33 milliseconds