HomeSort by relevance Sort by last modified time
    Searched refs:setDrawCheckerboardForMissingTiles (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayer.h 54 virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
  /external/chromium_org/cc/blink/
web_content_layer_impl.h 33 virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
web_content_layer_impl.cc 46 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) {
47 layer_->layer()->SetDrawCheckerboardForMissingTiles(enable);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 223 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true);
    [all...]

Completed in 297 milliseconds