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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.h 76 void displayTimerFired();
DrawingAreaImpl.cpp 69 , m_displayTimer(WebProcess::shared().runLoop(), this, &DrawingAreaImpl::displayTimerFired)
351 // Display if needed. We call displayTimerFired here since it will throttle updates to 60fps.
352 displayTimerFired();
479 void DrawingAreaImpl::displayTimerFired()

Completed in 120 milliseconds