Home
last modified time | relevance | path

Searched refs:setDrawCheckerboardForMissingTiles (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebContentLayer.h55 virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_content_layer_impl.h32 virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
Dweb_content_layer_impl.cc51 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) { in setDrawCheckerboardForMissingTiles() function in webkit::WebContentLayerImpl
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp214 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in createPrimaryGraphicsLayer()
1160 m_backgroundLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in updateBackgroundLayer()
1161 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(false); in updateBackgroundLayer()
1170 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in updateBackgroundLayer()