Searched refs:WebDouble (Results 1 – 5 of 5) sorted by relevance
52 return toAPI(WebDouble::APIType); in WKDoubleGetTypeID()57 RefPtr<WebDouble> doubleObject = WebDouble::create(value); in WKDoubleCreate()
82 WK_ADD_API_MAPPING(WKDoubleRef, WebDouble) in WK_ADD_API_MAPPING()
104 WebDouble* doubleObject = static_cast<WebDouble*>(m_root); in baseEncode()256 coder.m_root = WebDouble::create(value); in baseDecode()
58 typedef WebNumber<double, APIObject::TypeDouble> WebDouble; typedef
52 map.set("x", WebDouble::create(windowFeatures.x)); in createNewPage()54 map.set("y", WebDouble::create(windowFeatures.y)); in createNewPage()56 map.set("width", WebDouble::create(windowFeatures.width)); in createNewPage()58 map.set("height", WebDouble::create(windowFeatures.height)); in createNewPage()