Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h796 explicit CefTime(double r) { SetDoubleT(r); } in CefTime()
809 void SetDoubleT(double r) { cef_time_from_doublet(r, this); } in SetDoubleT() function