Home
last modified time | relevance | path

Searched refs:getDoubleValueInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp685 bool success = getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result); in getDoubleValue()
697 getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result); in getDoubleValue()
732 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const in getDoubleValueInternal() function in WebCore::CSSPrimitiveValue
DCSSPrimitiveValue.h367 bool getDoubleValueInternal(UnitTypes targetUnitType, double* result) const;