Home
last modified time | relevance | path

Searched refs:SetDrawCheckerboardForMissingTiles (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/blink/
Dweb_content_layer_impl.cc47 layer_->layer()->SetDrawCheckerboardForMissingTiles(enable); in setDrawCheckerboardForMissingTiles()
/external/chromium_org/cc/layers/
Dlayer.cc739 void Layer::SetDrawCheckerboardForMissingTiles(bool checkerboard) { in SetDrawCheckerboardForMissingTiles() function in cc::Layer
877 layer->SetDrawCheckerboardForMissingTiles( in PushPropertiesTo()
Dlayer.h304 void SetDrawCheckerboardForMissingTiles(bool checkerboard);
Dlayer_impl.h448 void SetDrawCheckerboardForMissingTiles(bool checkerboard) { in SetDrawCheckerboardForMissingTiles() function
Dlayer_impl.cc511 layer->SetDrawCheckerboardForMissingTiles( in PushPropertiesTo()
Dlayer_unittest.cc627 test_layer->SetDrawCheckerboardForMissingTiles( in TEST_F()