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

  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 108 TileTimer* m_tileBufferUpdateTimer;
TiledBackingStore.cpp 35 , m_tileBufferUpdateTimer(new TileTimer(this, &TiledBackingStore::tileBufferUpdateTimerFired))
49 delete m_tileBufferUpdateTimer;
361 if (m_tileBufferUpdateTimer->isActive() || m_contentsFrozen)
363 m_tileBufferUpdateTimer->startOneShot(0);
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h 169 TileTimer m_tileBufferUpdateTimer;
TiledDrawingAreaProxy.cpp 55 , m_tileBufferUpdateTimer(RunLoop::main(), this, &TiledDrawingAreaProxy::tileBufferUpdateTimerFired)
587 if (m_tileBufferUpdateTimer.isActive())
589 m_tileBufferUpdateTimer.startOneShot(0);

Completed in 31 milliseconds