Searched refs:getDoubleValue (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValue.h | 152 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()
|
D | CSSStyleSelector.cpp | 3330 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 …]
|
D | CSSGradientValue.cpp | 71 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()
|
D | CSSPrimitiveValue.cpp | 344 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
|
D | CSSParser.cpp | 4819 …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/ |
D | testbindings.cpp | 180 void getDoubleValue (MyObject *obj, NPVariant *variant) in getDoubleValue() function 203 getDoubleValue (obj, variant); in myGetProperty() 274 getDoubleValue (obj, result); in myInvoke()
|
D | testC.js | 18 myInterface.logMessage (" myInterface.getDoubleValue() = " + myInterface.getDoubleValue());
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableElement.cpp | 320 m_borderAttr = primVal->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in parseMappedAttribute()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 23635 (getDoubleValue): 23984 (getDoubleValue): 24064 (getDoubleValue):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 19971 - Use new CSSPrimitiveValue::getDoubleValue() and CSSPrimitiveValue::getIntValue() 19980 (WebCore::CSSPrimitiveValue::getDoubleValue): 19982 (WebCore::CSSPrimitiveValue::getDoubleValue):
|
D | ChangeLog-2010-12-06 | 11012 (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
|
D | ChangeLog-2008-08-10 | 61071 (WebCore::CSSPrimitiveValue::getDoubleValue):
|