HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalTimerMap (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
global_timer.cpp 27 (*GetGlobalTimerMap())[m_nTimerID] = this;
37 GetGlobalTimerMap()->erase(m_nTimerID);
42 auto it = GetGlobalTimerMap()->find(nTimerID);
43 if (it == GetGlobalTimerMap()->end())
55 it = GetGlobalTimerMap()->find(nTimerID);
56 if (it == GetGlobalTimerMap()->end())
67 auto it = GetGlobalTimerMap()->find(nTimerID);
68 if (it == GetGlobalTimerMap()->end())
76 GlobalTimer::TimerMap* GlobalTimer::GetGlobalTimerMap() {
global_timer.h 36 static TimerMap* GetGlobalTimerMap();

Completed in 55 milliseconds