Searched refs:setFloatValue (Results 1 – 6 of 6) sorted by relevance
188 [cell setFloatValue:[storedCell floatValue]];224 [cell setFloatValue:[anObject floatValue]];267 [cell setFloatValue:value];
57 [RaisesException] void setFloatValue([Default=Undefined] optional unsigned short unitType,
269 void setFloatValue(unsigned short unitType, double floatValue, ExceptionState&);
622 void CSSPrimitiveValue::setFloatValue(unsigned short, double, ExceptionState& exceptionState) in setFloatValue() function in WebCore::CSSPrimitiveValue
81 public synchronized void setFloatValue(float x) { in setFloatValue() method in JavaBridgeCoercionTest.TestObject