Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp1005 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& exceptionState) const in getPairValue() function in WebCore::CSSPrimitiveValue
DCSSPrimitiveValue.h341 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function