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

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

Completed in 57 milliseconds