• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/

Lines Matching defs:CoordinatedLayerTreeHost

31 #include "CoordinatedLayerTreeHost.h"
50 PassRefPtr<CoordinatedLayerTreeHost> CoordinatedLayerTreeHost::create(WebPage* webPage)
52 return adoptRef(new CoordinatedLayerTreeHost(webPage));
55 CoordinatedLayerTreeHost::~CoordinatedLayerTreeHost()
59 CoordinatedLayerTreeHost::CoordinatedLayerTreeHost(WebPage* webPage)
65 , m_layerFlushTimer(this, &CoordinatedLayerTreeHost::layerFlushTimerFired)
79 void CoordinatedLayerTreeHost::setLayerFlushSchedulingEnabled(bool layerFlushingEnabled)
94 void CoordinatedLayerTreeHost::scheduleLayerFlush()
103 void CoordinatedLayerTreeHost::cancelPendingLayerFlush()
108 void CoordinatedLayerTreeHost::setShouldNotifyAfterNextScheduledLayerFlush(bool notifyAfterScheduledLayerFlush)
113 void CoordinatedLayerTreeHost::setRootCompositingLayer(WebCore::GraphicsLayer* graphicsLayer)
118 void CoordinatedLayerTreeHost::invalidate()
127 void CoordinatedLayerTreeHost::forceRepaint()
143 bool CoordinatedLayerTreeHost::forceRepaintAsync(uint64_t callbackID)
152 void CoordinatedLayerTreeHost::sizeDidChange(const WebCore::IntSize& newSize)
158 void CoordinatedLayerTreeHost::setVisibleContentsRect(const FloatRect& rect, const FloatPoint& trajectoryVector)
164 void CoordinatedLayerTreeHost::renderNextFrame()
171 void CoordinatedLayerTreeHost::purgeBackingStores()
176 void CoordinatedLayerTreeHost::didFlushRootLayer(const FloatRect& visibleContentRect)
181 void CoordinatedLayerTreeHost::performScheduledLayerFlush()
204 void CoordinatedLayerTreeHost::layerFlushTimerFired(Timer<CoordinatedLayerTreeHost>*)
209 void CoordinatedLayerTreeHost::paintLayerContents(const GraphicsLayer*, GraphicsContext&, const IntRect&)
213 void CoordinatedLayerTreeHost::commitSceneState(const WebCore::CoordinatedGraphicsState& state)
219 PassRefPtr<CoordinatedSurface> CoordinatedLayerTreeHost::createCoordinatedSurface(const IntSize& size, CoordinatedSurface::Flags flags)
224 void CoordinatedLayerTreeHost::deviceOrPageScaleFactorChanged()
230 void CoordinatedLayerTreeHost::pageBackgroundTransparencyChanged()
234 GraphicsLayerFactory* CoordinatedLayerTreeHost::graphicsLayerFactory()
240 void CoordinatedLayerTreeHost::scheduleAnimation()
253 void CoordinatedLayerTreeHost::setBackgroundColor(const WebCore::Color& color)
258 void CoordinatedLayerTreeHost::commitScrollOffset(uint32_t layerID, const WebCore::IntSize& offset)