Searched refs:applyCounterList (Results 1 – 3 of 3) sorted by relevance
2841 static void applyCounterList(RenderStyle* style, CSSValueList* list, bool isReset) in applyCounterList() function4012 … applyCounterList(style(), value->isValueList() ? static_cast<CSSValueList*>(value) : 0, false); in applyProperty()4015 … applyCounterList(style(), value->isValueList() ? static_cast<CSSValueList*>(value) : 0, true); in applyProperty()
19993 (WebCore::applyCounterList):68095 (WebCore::applyCounterList): Added. Stores counter directives in hash tables68099 call applyCounterList. Reformatted the code to parse the content property for
37888 (WebCore::applyCounterList):