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

  /external/webkit/WebKit/android/
TimeCounter.h 64 TotalTimeCounterCount
77 static uint32_t sTotalTimeUsed[TotalTimeCounterCount];
78 static uint32_t sLastTimeUsed[TotalTimeCounterCount];
79 static uint32_t sCounter[TotalTimeCounterCount];
80 static uint32_t sLastCounter[TotalTimeCounterCount];
81 static uint32_t sStartTime[TotalTimeCounterCount];
TimeCounter.cpp 81 uint32_t TimeCounter::sTotalTimeUsed[TimeCounter::TotalTimeCounterCount];
82 uint32_t TimeCounter::sLastTimeUsed[TimeCounter::TotalTimeCounterCount];
83 uint32_t TimeCounter::sCounter[TimeCounter::TotalTimeCounterCount];
84 uint32_t TimeCounter::sLastCounter[TimeCounter::TotalTimeCounterCount];
85 uint32_t TimeCounter::sStartTime[TimeCounter::TotalTimeCounterCount];
130 for (Type type = (Type) 0; type < TotalTimeCounterCount; type
160 for (Type type = (Type) 0; type < TotalTimeCounterCount; type

Completed in 106 milliseconds