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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 82 m_timeCounter = 0;
169 for (int i = 0; i < m_timeCounter; i++) {
174 m_totalTimeCounter += m_timeCounter;
175 m_timeCounter = 0;
444 m_delayTimes[m_timeCounter++] = delta;
445 if (m_timeCounter >= MAX_MEASURES_PERF)
GLWebViewState.h 232 int m_timeCounter;

Completed in 61 milliseconds