Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_linux.cc112 if (from.GetDoubleT() == 0.0) in GetTimeIntervalMilliseconds()
122 static_cast<int>(ceil((from.GetDoubleT() - now.GetDoubleT()) * 1000.0)); in GetTimeIntervalMilliseconds()
283 CefTime(now.GetDoubleT() + static_cast<double>(delay_ms) / 1000.0); in SetTimer()
/third_party/cef/include/internal/
Dcef_types_wrappers.h810 double GetDoubleT() const { in GetDoubleT() function
/third_party/cef/libcef/renderer/
Dv8_impl.cc1616 CefTime(date_value_).GetDoubleT() * 1000) in GetV8Value()