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

  /external/chromium_org/content/renderer/compositor_bindings/
web_content_layer_impl.cc 46 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) {
47 layer_->layer()->SetDrawCheckerboardForMissingTiles(enable);
  /external/chromium_org/cc/layers/
layer.h 303 void SetDrawCheckerboardForMissingTiles(bool checkerboard);
layer.cc 735 void Layer::SetDrawCheckerboardForMissingTiles(bool checkerboard) {
871 layer->SetDrawCheckerboardForMissingTiles(
    [all...]
layer_impl.h 432 void SetDrawCheckerboardForMissingTiles(bool checkerboard) {
layer_impl.cc 500 layer->SetDrawCheckerboardForMissingTiles(
    [all...]
layer_unittest.cc 629 test_layer->SetDrawCheckerboardForMissingTiles(
    [all...]

Completed in 131 milliseconds