HomeSort by relevance Sort by last modified time
    Searched full:variabledependentvaluecount (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/css/
CSSMutableStyleDeclaration.h 72 static PassRefPtr<CSSMutableStyleDeclaration> create(const Vector<CSSProperty>& properties, unsigned variableDependentValueCount)
74 return adoptRef(new CSSMutableStyleDeclaration(0, properties, variableDependentValueCount));
142 CSSMutableStyleDeclaration(CSSRule* parentRule, const Vector<CSSProperty>&, unsigned variableDependentValueCount);
CSSStyleDeclaration.cpp 151 unsigned variableDependentValueCount = 0;
156 variableDependentValueCount++;
160 return CSSMutableStyleDeclaration::create(list, variableDependentValueCount);
CSSMutableStyleDeclaration.cpp 61 CSSMutableStyleDeclaration::CSSMutableStyleDeclaration(CSSRule* parent, const Vector<CSSProperty>& properties, unsigned variableDependentValueCount)
65 , m_variableDependentValueCount(variableDependentValueCount)
    [all...]

Completed in 184 milliseconds