Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h137 inline float toFloat(v8::Local<v8::Value> value) in toFloat() function
/external/webkit/Source/WebKit/android/plugins/
DANPMatrixInterface.cpp37 static void toFloat(float dst[], const SkScalar src[], int n) { in toFloat() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.h203 float toFloat(ExecState* exec) const { return static_cast<float>(toNumber(exec)); } in toFloat() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp576 float String::toFloat(bool* ok, bool* didReadNumber) const in toFloat() function in WTF::String
DStringImpl.cpp466 float StringImpl::toFloat(bool* ok, bool* didReadNumber) in toFloat() function in WTF::StringImpl
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js675 toFloat: function(){ method
750 toFloat: function(){ method
Dconcat-jquery-mootools-prototype.js5051 toFloat: function(){ method
5126 toFloat: function(){ method
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp3308 …iveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, bool toFloat, double multipl… in convertToLength()