Home | History | Annotate | Download | only in css

Lines Matching refs:counterValue

4546                 Counter* counterValue = contentValue->getCounterValue();
4547 OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(counterValue->identifier(),
4548 (EListStyleType)counterValue->listStyleNumber(), counterValue->separator()));