Searched defs:getPairValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp843 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& es) const function in class:WebCore::CSSPrimitiveValue
1050 text = getPairValue()->cssText();
1095 if (Pair* pairValue = getPairValue())
1110 if (Pair* pairValue = getPairValue())
H A DCSSPrimitiveValue.h298 Pair* getPairValue(ExceptionState&) const;
299 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } function in class:WebCore::CSSPrimitiveValue

Completed in 78 milliseconds