Searched refs:setShowDebugBorder (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h73 virtual void setShowDebugBorder(bool) OVERRIDE;
H A DGraphicsLayerTextureMapper.cpp392 void GraphicsLayerTextureMapper::setShowDebugBorder(bool show) function in class:WebCore::GraphicsLayerTextureMapper
397 GraphicsLayer::setShowDebugBorder(show);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp255 m_graphicsLayer->setShowDebugBorder(showBorder);
259 m_ancestorClippingLayer->setShowDebugBorder(showBorder);
262 m_foregroundLayer->setShowDebugBorder(showBorder);
267 m_contentsContainmentLayer->setShowDebugBorder(showBorder);
270 m_backgroundLayer->setShowDebugBorder(showBorder);
275 m_maskLayer->setShowDebugBorder(showBorder);
280 m_layerForHorizontalScrollbar->setShowDebugBorder(showBorder);
283 m_layerForVerticalScrollbar->setShowDebugBorder(showBorder);
286 m_layerForScrollCorner->setShowDebugBorder(showBorder);
289 m_scrollingLayer->setShowDebugBorder(showBorde
[all...]
H A DRenderLayerCompositor.cpp286 m_layerForHorizontalScrollbar->setShowDebugBorder(m_showDebugBorders);
289 m_layerForVerticalScrollbar->setShowDebugBorder(m_showDebugBorders);
292 m_layerForScrollCorner->setShowDebugBorder(m_showDebugBorders);
2711 m_layerForHorizontalScrollbar->setShowDebugBorder(m_showDebugBorders);
2734 m_layerForVerticalScrollbar->setShowDebugBorder(m_showDebugBorders);
2757 m_layerForScrollCorner->setShowDebugBorder(m_showDebugBorders);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h93 virtual void setShowDebugBorder(bool) OVERRIDE;
H A DCoordinatedGraphicsLayer.cpp445 void CoordinatedGraphicsLayer::setShowDebugBorder(bool show) function in class:WebCore::CoordinatedGraphicsLayer
450 GraphicsLayer::setShowDebugBorder(show);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DLayerTreeHostMac.mm385 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
H A DTiledCoreAnimationDrawingArea.mm239 it->value->setShowDebugBorder(settings->showDebugBorders());
605 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp387 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h408 virtual void setShowDebugBorder(bool show) { m_showDebugBorder = show; } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h123 virtual void setShowDebugBorder(bool) OVERRIDE;
H A DGraphicsLayerCA.cpp2608 void GraphicsLayerCA::setShowDebugBorder(bool showBorder) function in class:WebCore::GraphicsLayerCA
2613 GraphicsLayer::setShowDebugBorder(showBorder);

Completed in 234 milliseconds