Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_timer.cpp17 static pdfium::base::NoDestructor<TimerMap> timer_map; in GetPWLTimerMap() local
18 return *timer_map; in GetPWLTimerMap()
/external/pdfium/fxjs/
Dglobal_timer.cpp19 static pdfium::base::NoDestructor<TimerMap> timer_map; in GetGlobalTimerMap() local
20 return *timer_map; in GetGlobalTimerMap()