getCounterValue   312 Source/core/css/CSSPrimitiveValue.h     Counter* getCounterValue(ExceptionState&) const;
getCounterValue   313 Source/core/css/CSSPrimitiveValue.h     Counter* getCounterValue() const { return m_primitiveUnitType != CSS_COUNTER ? 0 : m_value.counter; }
getCounterValue  1352 Source/core/css/resolver/StyleBuilderCustom.cpp                     Counter* counterValue = contentValue->getCounterValue();