Home
last modified time | relevance | path

Searched refs:setFloatValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/views/mac/
DSkOptionsTableView.mm188 [cell setFloatValue:[storedCell floatValue]];
224 [cell setFloatValue:[anObject floatValue]];
267 [cell setFloatValue:value];
/external/skia/src/views/mac/
DSkOptionsTableView.mm188 [cell setFloatValue:[storedCell floatValue]];
224 [cell setFloatValue:[anObject floatValue]];
267 [cell setFloatValue:value];
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.idl57 [RaisesException] void setFloatValue([Default=Undefined] optional unsigned short unitType,
DCSSPrimitiveValue.h269 void setFloatValue(unsigned short unitType, double floatValue, ExceptionState&);
DCSSPrimitiveValue.cpp622 void CSSPrimitiveValue::setFloatValue(unsigned short, double, ExceptionState& exceptionState) in setFloatValue() function in WebCore::CSSPrimitiveValue
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DJavaBridgeCoercionTest.java81 public synchronized void setFloatValue(float x) { in setFloatValue() method in JavaBridgeCoercionTest.TestObject