HomeSort by relevance Sort by last modified time
    Searched refs:getDoubleValueInternal (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 413 bool success = getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
426 getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
452 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const
CSSPrimitiveValue.h 222 bool getDoubleValueInternal(UnitTypes targetUnitType, double* result) const;

Completed in 6452 milliseconds