Home
last modified time | relevance | path

Searched refs:computedValueList (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp326 CSSValueList* computedValueList = static_cast<CSSValueList*>(computedValue.get()); in getPropertiesNotInComputedStyle() local
328 if (!computedValueList->hasValue(desiredValueList->item(i))) { in getPropertiesNotInComputedStyle()