Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp2841 static void applyCounterList(RenderStyle* style, CSSValueList* list, bool isReset) in applyCounterList() function
4012applyCounterList(style(), value->isValueList() ? static_cast<CSSValueList*>(value) : 0, false); in applyProperty()
4015applyCounterList(style(), value->isValueList() ? static_cast<CSSValueList*>(value) : 0, true); in applyProperty()
/external/webkit/WebCore/
DChangeLog-2007-10-1419993 (WebCore::applyCounterList):
68095 (WebCore::applyCounterList): Added. Stores counter directives in hash tables
68099 call applyCounterList. Reformatted the code to parse the content property for
DChangeLog-2008-08-1037888 (WebCore::applyCounterList):