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

  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp 48 , m_sampleTimer(this, &WebMemorySampler::sampleTimerFired)
82 m_sampleTimer.startRepeating(1);
97 m_sampleTimer.stop();
WebMemorySampler.h 101 WebCore::Timer<WebMemorySampler> m_sampleTimer;

Completed in 331 milliseconds