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

  /external/webkit/Source/WebCore/css/
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; }
157 float getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(getDoubleValue(unitType, ec)); }
158 float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unitType)); }
161 int getIntValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<int>(getDoubleValue(unitType, ec)); }
162 int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType)); }
CSSStyleSelector.cpp     [all...]
CSSGradientValue.cpp 71 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
72 double bVal = b.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
438 if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 0)
440 else if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 1)
443 result += "color-stop(" + String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER)) + ", " + stop.m_color->cssText() + ")";
580 if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 0)
582 else if (stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER) == 1)
585 result += "color-stop(" + String::number(stop.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER)) + ", " + stop.m_color->cssText() + ")";
    [all...]
CSSPrimitiveValue.cpp 344 double result = getDoubleValue() * factor;
410 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const
423 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType) const
CSSParser.cpp     [all...]
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeReturnValuesTest.java 85 public double getDoubleValue() {
157 executeJavaScriptAndGetStringResult("typeof testObject.getDoubleValue()"));
192 "Math.abs(42.1 - testObject.getDoubleValue()) < 0.001"));
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 90 "getDoubleValue",
180 void getDoubleValue (MyObject *obj, NPVariant *variant)
203 getDoubleValue (obj, variant);
274 getDoubleValue (obj, result);
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 81 value = getDoubleValue(valueArg);
220 private Object getDoubleValue(int valueArg) {
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 320 m_borderAttr = primVal->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 189 milliseconds