Searched refs:setDrawCheckerboardForMissingTiles (Results 1 – 4 of 4) sorted by relevance
55 virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
32 virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
51 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) { in setDrawCheckerboardForMissingTiles() function in webkit::WebContentLayerImpl
214 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()