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

Lines Matching refs:LayerTreeHostGtk

28 #include "LayerTreeHostGtk.h"
64 PassRefPtr<LayerTreeHostGtk> LayerTreeHostGtk::create(WebPage* webPage)
66 RefPtr<LayerTreeHostGtk> host = adoptRef(new LayerTreeHostGtk(webPage));
71 LayerTreeHostGtk::LayerTreeHostGtk(WebPage* webPage)
80 GLContext* LayerTreeHostGtk::glContext()
93 void LayerTreeHostGtk::initialize()
133 LayerTreeHostGtk::~LayerTreeHostGtk()
140 const LayerTreeContext& LayerTreeHostGtk::layerTreeContext()
145 void LayerTreeHostGtk::setShouldNotifyAfterNextScheduledLayerFlush(bool notifyAfterScheduledLayerFlush)
150 void LayerTreeHostGtk::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
161 void LayerTreeHostGtk::invalidate()
179 void LayerTreeHostGtk::setNonCompositedContentsNeedDisplay()
190 void LayerTreeHostGtk::setNonCompositedContentsNeedDisplayInRect(const IntRect& rect)
201 void LayerTreeHostGtk::scrollNonCompositedContents(const IntRect& scrollRect)
206 void LayerTreeHostGtk::sizeDidChange(const IntSize& newSize)
233 void LayerTreeHostGtk::deviceOrPageScaleFactorChanged()
239 void LayerTreeHostGtk::forceRepaint()
244 void LayerTreeHostGtk::didInstallPageOverlay(PageOverlay* pageOverlay)
250 void LayerTreeHostGtk::didUninstallPageOverlay(PageOverlay* pageOverlay)
256 void LayerTreeHostGtk::setPageOverlayNeedsDisplay(PageOverlay* pageOverlay, const IntRect& rect)
266 void LayerTreeHostGtk::notifyAnimationStarted(const WebCore::GraphicsLayer*, double /* time */)
270 void LayerTreeHostGtk::notifyFlushRequired(const WebCore::GraphicsLayer*)
274 void LayerTreeHostGtk::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& clipRect)
284 void LayerTreeHostGtk::layerFlushTimerFired()
291 m_layerFlushTimerCallback.scheduleAfterDelay("[WebKit] layerFlushTimer", std::bind(&LayerTreeHostGtk::layerFlushTimerFired, this),
296 bool LayerTreeHostGtk::flushPendingLayerChanges()
308 void LayerTreeHostGtk::compositeLayersToContext(CompositePurpose purpose)
332 void LayerTreeHostGtk::flushAndRenderLayers()
335 RefPtr<LayerTreeHostGtk> protect(this);
360 void LayerTreeHostGtk::createPageOverlayLayer(PageOverlay* pageOverlay)
377 void LayerTreeHostGtk::destroyPageOverlayLayer(PageOverlay* pageOverlay)
385 void LayerTreeHostGtk::scheduleLayerFlush()
392 m_layerFlushTimerCallback.schedule("[WebKit] layerFlushTimer", std::bind(&LayerTreeHostGtk::layerFlushTimerFired, this), GDK_PRIORITY_EVENTS);
395 void LayerTreeHostGtk::setLayerFlushSchedulingEnabled(bool layerFlushingEnabled)
410 void LayerTreeHostGtk::pageBackgroundTransparencyChanged()
415 void LayerTreeHostGtk::cancelPendingLayerFlush()