Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.cc104 start_time_ = GetTimeNow(); in Initialize()
194 const auto t = (GetTimeNow() - start_time_) / 1000000.0; in Render()
Dosr_render_handler_win.cc60 const auto now = GetTimeNow(); in TriggerBeginFrame()
Dosr_d3d11_win.cc847 fps_start_ = GetTimeNow(); in Composition()
907 const auto now = GetTimeNow(); in render()
/third_party/cef/tests/shared/browser/
Dutil_win.h17 uint64_t GetTimeNow();
Dutil_win.cc17 uint64_t GetTimeNow() { in GetTimeNow() function