Searched refs:getQuadValue (Results 1 – 5 of 5) sorted by relevance
44 Quad* slices() { return m_slices ? m_slices->getQuadValue() : 0; } in slices()
311 Quad* getQuadValue(ExceptionState&) const;312 Quad* getQuadValue() const { return m_primitiveUnitType != CSS_QUAD ? 0 : m_value.quad; } in getQuadValue() function
994 Quad* CSSPrimitiveValue::getQuadValue(ExceptionState& exceptionState) const in getQuadValue() function in blink::CSSPrimitiveValue1229 text = getQuadValue()->cssText(); in customCSSText()
92 if (Quad* quad = primitiveValue.getQuadValue()) { in interpolationRequiresStyleResolve()
545 Quad* slices = toCSSPrimitiveValue(value)->getQuadValue(); in mapNinePieceImageQuad()