Searched defs:getQuadValue (Results 1 – 2 of 2) sorted by relevance
849 Quad* CSSPrimitiveValue::getQuadValue(ExceptionState& exceptionState) const in getQuadValue() function in WebCore::CSSPrimitiveValue
293 Quad* getQuadValue() const { return m_primitiveUnitType != CSS_QUAD ? 0 : m_value.quad; } in getQuadValue() function