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

  /external/webkit/WebCore/css/
CSSVariableDependentValue.h 45 bool isVariableDependentValue() const { return true; }
CSSValue.h 70 virtual bool isVariableDependentValue() const { return false; }
CSSStyleDeclaration.cpp 155 if (value->isVariableDependentValue())
CSSMutableStyleDeclaration.cpp 88 if (properties[i]->value()->isVariableDependentValue())
454 if (foundProperty->value()->isVariableDependentValue())
605 if (properties[i]->value()->isVariableDependentValue())
    [all...]
CSSStyleSelector.cpp 600 if (!current.value()->isVariableDependentValue()) {
    [all...]

Completed in 165 milliseconds