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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp658 bool success = getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
670 getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
705 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const function in class:WebCore::CSSPrimitiveValue
H A DCSSPrimitiveValue.h361 bool getDoubleValueInternal(UnitTypes targetUnitType, double* result) const;

Completed in 105 milliseconds