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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValues.h35 static bool computeLength(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, T& result) function in class:blink::MediaValues
43 virtual bool computeLength(double value, CSSPrimitiveValue::UnitType, int& result) const = 0;
44 virtual bool computeLength(double value, CSSPrimitiveValue::UnitType, double& result) const = 0;
H A DMediaValuesCached.cpp79 bool MediaValuesCached::computeLength(double value, CSSPrimitiveValue::UnitType type, int& result) const function in class:blink::MediaValuesCached
81 return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_data.viewportHeight, result);
84 bool MediaValuesCached::computeLength(double value, CSSPrimitiveValue::UnitType type, double& result) const function in class:blink::MediaValuesCached
86 return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_data.viewportHeight, result);
H A DMediaValuesDynamic.cpp40 bool MediaValuesDynamic::computeLength(double value, CSSPrimitiveValue::UnitType type, int& result) const function in class:blink::MediaValuesDynamic
42 return MediaValues::computeLength(value,
50 bool MediaValuesDynamic::computeLength(double value, CSSPrimitiveValue::UnitType type, double& result) const function in class:blink::MediaValuesDynamic
52 return MediaValues::computeLength(value,
H A DMediaQueryEvaluator.cpp329 static bool computeLength(const MediaQueryExpValue& value, const MediaValues& mediaValues, int& result) function in namespace:blink
340 return mediaValues.computeLength(value.value, value.unit, result);
348 return computeLength(value, mediaValues, length) && compareValue(static_cast<int>(mediaValues.deviceHeight()), length, op);
359 return computeLength(value, mediaValues, length) && compareValue(static_cast<int>(mediaValues.deviceWidth()), length, op);
371 return computeLength(value, mediaValues, length) && compareValue(height, length, op);
382 return computeLength(value, mediaValues, length) && compareValue(width, length, op);
H A DCSSPrimitiveValue.cpp564 template<> int CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
569 template<> unsigned CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
574 template<> Length CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
579 template<> short CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
584 template<> unsigned short CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
589 template<> float CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
594 template<> double CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData) function in class:blink::CSSPrimitiveValue
601 // The logic in this function is duplicated in MediaValues::computeLength
602 // because MediaValues::computeLength needs nearly identical logic, but we haven't found a way to make
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1557 milliseconds