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

  /external/webkit/WebKit/android/
TimeCounter.cpp 85 uint32_t TimeCounter::sStartTime[TimeCounter::TotalTimeCounterCount];
117 uint32_t elapsed = time - sStartTime[type];
194 sStartTime[type] = time;
TimeCounter.h 81 static uint32_t sStartTime[TotalTimeCounterCount];

Completed in 32 milliseconds