Home
last modified time | relevance | path

Searched defs:getDoubleValue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.cpp410 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
DCSSPrimitiveValue.h154 double getDoubleValue() const { return m_value.num; } in getDoubleValue() function
/external/webkit/Source/WebCore/bridge/
Dtestbindings.cpp180 void getDoubleValue (MyObject *obj, NPVariant *variant) in getDoubleValue() function