Searched refs:SetDoubleT (Results 1 – 1 of 1) sorted by relevance
796 explicit CefTime(double r) { SetDoubleT(r); } in CefTime()809 void SetDoubleT(double r) { cef_time_from_doublet(r, this); } in SetDoubleT() function