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

  /external/webkit/WebKit/android/
TimeCounter.cpp 84 uint32_t TimeCounter::sLastCounter[TimeCounter::TotalTimeCounterCount];
167 if (sCounter[type] > sLastCounter[type])
169 - sLastCounter[type]);
173 memcpy(sLastCounter, sCounter, sizeof(sCounter));
TimeCounter.h 80 static uint32_t sLastCounter[TotalTimeCounterCount];

Completed in 23 milliseconds