HomeSort by relevance Sort by last modified time
    Searched refs:usedBlockVariables (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/css/
CSSStyleSelector.h 155 void resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables);
CSSStyleSelector.cpp 588 HashSet<String> usedBlockVariables;
589 resolveVariablesForDeclaration(decl, newDecl.get(), usedBlockVariables);
592 void CSSStyleSelector::resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables)
623 if (!usedBlockVariables.contains(primitiveValue->getStringValue())) {
626 usedBlockVariables.add(primitiveValue->getStringValue());
627 resolveVariablesForDeclaration(declBlock, newDecl, usedBlockVariables);
    [all...]

Completed in 3454 milliseconds