Searched refs:getCounterValue (Results 1 – 6 of 6) sorted by relevance
286 Counter* getCounterValue(ExceptionState&) const;287 …Counter* getCounterValue() const { return m_primitiveUnitType != CSS_COUNTER ? 0 : m_value.counter… in getCounterValue() function
63 [RaisesException] Counter getCounterValue();
829 Counter* CSSPrimitiveValue::getCounterValue(ExceptionState& exceptionState) const in getCounterValue() function in WebCore::CSSPrimitiveValue
1203 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
1265 Counter* counterValue = contentValue->getCounterValue(); in oldApplyProperty()
1899 if (PP.getCounterValue() != 0) { in WritePreprocessor()1900 Record.push_back(PP.getCounterValue()); in WritePreprocessor()