Home
last modified time | relevance | path

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

/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_content_layer_impl.cc52 layer_->layer()->SetDrawCheckerboardForMissingTiles(enable); in setDrawCheckerboardForMissingTiles()
/external/chromium_org/cc/layers/
Dlayer.cc762 void Layer::SetDrawCheckerboardForMissingTiles(bool checkerboard) { in SetDrawCheckerboardForMissingTiles() function in cc::Layer
888 layer->SetDrawCheckerboardForMissingTiles( in PushPropertiesTo()
Dlayer.h307 void SetDrawCheckerboardForMissingTiles(bool checkerboard);
Dlayer_impl.h441 void SetDrawCheckerboardForMissingTiles(bool checkerboard) { in SetDrawCheckerboardForMissingTiles() function
Dlayer_impl.cc510 layer->SetDrawCheckerboardForMissingTiles( in PushPropertiesTo()
Dlayer_unittest.cc567 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetDrawCheckerboardForMissingTiles( in TEST_F()