Searched defs:calcValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableNumber.cpp46 const CSSCalcValue* calcValue = primitiveValue->cssCalcValue(); local
47 if (calcValue)
48 return create(calcValue->expressionNode(), primitiveValue);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLength.cpp121 int insert(PassRefPtr<CalculationValue> calcValue) argument
130 m_map.set(m_index, calcValue);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListItem.cpp185 inline int RenderListItem::calcValue() const function in class:WebCore::RenderListItem
209 m_value = calcValue();

Completed in 89 milliseconds