HomeSort by relevance Sort by last modified time
    Searched defs:getDoubleValue (Results 1 - 4 of 4) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 81 value = getDoubleValue(valueArg);
220 private Object getDoubleValue(int valueArg) {
  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 464 double result = getDoubleValue() * factor;
520 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec)
544 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType)
CSSPrimitiveValue.h 132 double getDoubleValue(unsigned short unitType, ExceptionCode&);
133 double getDoubleValue(unsigned short unitType);
134 double getDoubleValue() const { return m_value.num; }
137 float getFloatValue(unsigned short unitType, ExceptionCode& ec) { return static_cast<float>(getDoubleValue(unitType, ec)); }
138 float getFloatValue(unsigned short unitType) { return static_cast<float>(getDoubleValue(unitType)); }
141 int getIntValue(unsigned short unitType, ExceptionCode& ec) { return static_cast<int>(getDoubleValue(unitType, ec)); }
142 int getIntValue(unsigned short unitType) { return static_cast<int>(getDoubleValue(unitType)); }
  /external/webkit/WebCore/bridge/
testbindings.cpp 90 "getDoubleValue",
180 void getDoubleValue (MyObject *obj, NPVariant *variant)
203 getDoubleValue (obj, variant);
274 getDoubleValue (obj, result);

Completed in 1909 milliseconds