Home
last modified time | relevance | path

Searched refs:getPairValue (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h178 Pair* getPairValue(ExceptionCode&) const;
179 Pair* getPairValue() const { return m_type != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function
DCSSPrimitiveValue.cpp577 Pair* CSSPrimitiveValue::getPairValue(ExceptionCode& ec) const in getPairValue() function in WebCore::CSSPrimitiveValue
DCSSStyleSelector.cpp3473 Pair* pair = static_cast<CSSPrimitiveValue*>(currValue)->getPairValue(); in applyCounterList()
5076 Pair* pair = primitiveValue->getPairValue(); in applyProperty()
6386 Pair* pair = primitiveValue->getPairValue(); in mapFillSize()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1021263 (WebCore::CSSPrimitiveValueImpl::getPairValue):
DChangeLog-2005-12-1924652 (DOM::CSSPrimitiveValueImpl::getPairValue):
DChangeLog-2007-10-1464981 (WebCore::CSSPrimitiveValue::getPairValue):
DChangeLog-2008-08-1061076 (WebCore::CSSPrimitiveValue::getPairValue):