Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderCounter.cpp232 if (const CounterDirectiveMap* directivesMap = style->counterDirectives()) { in planCounter()
594 const CounterDirectiveMap* directiveMap = renderer->style()->counterDirectives(); in updateCounters()
647 if (oldStyle && (oldCounterDirectives = oldStyle->counterDirectives())) { in rendererStyleChanged()
648 if (newStyle && (newCounterDirectives = newStyle->counterDirectives())) { in rendererStyleChanged()
672 } else if (newStyle && (newCounterDirectives = newStyle->counterDirectives())) { in rendererStyleChanged()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp843 const CounterDirectiveMap* RenderStyle::counterDirectives() const in counterDirectives() function in WebCore::RenderStyle
DRenderStyle.h1158 const CounterDirectiveMap* counterDirectives() const;
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp781 const CounterDirectiveMap* map = style->counterDirectives(); in counterToCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1468367 (WebCore::RenderStyle::counterDirectives): Added.
DChangeLog-2008-08-10356 (WebCore::RenderStyle::counterDirectives):