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 55 virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
  /external/chromium_org/content/renderer/compositor_bindings/
web_content_layer_impl.h 34 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 227 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true);
    [all...]

Completed in 297 milliseconds