HomeSort by relevance Sort by last modified time
    Searched defs:getCounterValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 621 Counter* CSSPrimitiveValue::getCounterValue(ExceptionCode& ec) const
CSSPrimitiveValue.h 149 Counter* getCounterValue(ExceptionCode&) const;
150 Counter* getCounterValue() const { return m_type != CSS_COUNTER ? 0 : m_value.counter; }

Completed in 267 milliseconds