Home
last modified time | relevance | path

Searched refs:getDoubleValue (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h152 double getDoubleValue(unsigned short unitType, ExceptionCode&) const;
153 double getDoubleValue(unsigned short unitType) const;
154 double getDoubleValue() const { return m_value.num; } in getDoubleValue() function
157 …short unitType, ExceptionCode& ec) const { return static_cast<float>(getDoubleValue(unitType, ec))… in getFloatValue()
158 …float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unit… in getFloatValue()
161 …d short unitType, ExceptionCode& ec) const { return static_cast<int>(getDoubleValue(unitType, ec))… in getIntValue()
162 …int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType))… in getIntValue()
DCSSStyleSelector.cpp3330 l = Length(primitiveValue->getDoubleValue(), Percent); in convertToLength()
3332 l = Length(primitiveValue->getDoubleValue() * 100.0, Percent); in convertToLength()
4141 l = Length(primitiveValue->getDoubleValue(), Percent); in applyProperty()
4235 l = Length(primitiveValue->getDoubleValue(), Percent); in applyProperty()
4291 l = Length(primitiveValue->getDoubleValue(), Percent); in applyProperty()
4382 m_style->setZIndex(clampToInteger(primitiveValue->getDoubleValue())); in applyProperty()
4423 lineHeight = Length(primitiveValue->getDoubleValue() * 100.0, Percent); in applyProperty()
5083 radiusWidth = Length(pair->first()->getDoubleValue(), Percent); in applyProperty()
5087 radiusHeight = Length(pair->second()->getDoubleValue(), Percent); in applyProperty()
5192 reflection->setOffset(Length(reflectValue->offset()->getDoubleValue(), Percent)); in applyProperty()
[all …]
DCSSGradientValue.cpp71 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in compareStops()
72 double bVal = b.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in compareStops()
438 if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 0) in cssText()
440 else if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 1) in cssText()
443 …result += "color-stop(" + String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NU… in cssText()
580 if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 0) in cssText()
582 else if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 1) in cssText()
585 …result += "color-stop(" + String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NU… in cssText()
DCSSPrimitiveValue.cpp344 double result = getDoubleValue() * factor; in computeLengthDouble()
410 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const in getDoubleValue() function in WebCore::CSSPrimitiveValue
423 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType) const in getDoubleValue() function in WebCore::CSSPrimitiveValue
DCSSParser.cpp4819 …m_right = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitType… in commitBorderImage()
4820 …m_bottom = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage()
4821 …m_left = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTypes… in commitBorderImage()
4824 …m_bottom = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage()
4825 …m_left = m_primitiveValueCache->createValue(m_right->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage()
4828 …m_left = m_primitiveValueCache->createValue(m_right->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage()
/external/webkit/Source/WebCore/bridge/
Dtestbindings.cpp180 void getDoubleValue (MyObject *obj, NPVariant *variant) in getDoubleValue() function
203 getDoubleValue (obj, variant); in myGetProperty()
274 getDoubleValue (obj, result); in myInvoke()
DtestC.js18 myInterface.logMessage (" myInterface.getDoubleValue() = " + myInterface.getDoubleValue());
/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp320 m_borderAttr = primVal->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in parseMappedAttribute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1423635 (getDoubleValue):
23984 (getDoubleValue):
24064 (getDoubleValue):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1419971 - Use new CSSPrimitiveValue::getDoubleValue() and CSSPrimitiveValue::getIntValue()
19980 (WebCore::CSSPrimitiveValue::getDoubleValue):
19982 (WebCore::CSSPrimitiveValue::getDoubleValue):
DChangeLog-2010-12-0611012 (WebCore::CSSPrimitiveValue::getDoubleValue):
11073 (WebCore::CSSPrimitiveValue::getDoubleValue):
11803 (WebCore::CSSPrimitiveValue::getDoubleValue):
11907 (WebCore::CSSPrimitiveValue::getDoubleValue):
55205 … REGRESSION: In Gmail, a crash occurs at getDoubleValue() when applying a text color to a new line
DChangeLog-2008-08-1061071 (WebCore::CSSPrimitiveValue::getDoubleValue):