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

  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 55 static const int computedProperties[] = {
276 const unsigned numComputedProperties = sizeof(computedProperties) / sizeof(computedProperties[0]);
526 result += getPropertyName(static_cast<CSSPropertyID>(computedProperties[i]));
528 result += getPropertyValue(computedProperties[i]);
    [all...]

Completed in 541 milliseconds