Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.cpp100 Pair* pair = primitiveValue->getPairValue(); in convertLengthPoint()
118 Pair* pair = primitiveValue->getPairValue(); in convertRadius()
DCSSToStyleMap.cpp210 if (Pair* pair = primitiveValue->getPairValue()) { in mapFillSize()
237 Pair* pair = primitiveValue->getPairValue(); in mapFillXPosition()
262 Pair* pair = primitiveValue->getPairValue(); in mapFillYPosition()
632 Pair* pair = primitiveValue->getPairValue(); in mapNinePieceImageRepeat()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h298 Pair* getPairValue(ExceptionState&) const;
299 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function
DCSSPrimitiveValue.cpp870 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& exceptionState) const in getPairValue() function in WebCore::CSSPrimitiveValue
1081 text = getPairValue()->cssText(); in customCSSText()
1129 if (Pair* pairValue = getPairValue()) in customSerializeResolvingVariables()
1144 if (Pair* pairValue = getPairValue()) in hasVariableReference()
DCSSParser-in.cpp3852 ident1 = first->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()
3853 ident2 = second->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl332 Pair* pair = toCSSPrimitiveValue(currValue)->getPairValue();