Searched refs:SetBlendBackgroundColor (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtexture_layer_impl.h42 void SetBlendBackgroundColor(bool blend);
H A Dtexture_layer.h120 void SetBlendBackgroundColor(bool blend);
H A Dtexture_layer.cc104 void TextureLayer::SetBlendBackgroundColor(bool blend) { function in class:cc::TextureLayer
245 texture_layer->SetBlendBackgroundColor(blend_background_color_);
H A Dtexture_layer_impl.cc64 texture_layer->SetBlendBackgroundColor(blend_background_color_);
207 void TextureLayerImpl::SetBlendBackgroundColor(bool blend) { function in class:cc::TextureLayerImpl
H A Dtexture_layer_unittest.cc210 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBlendBackgroundColor(true));
221 layer->SetBlendBackgroundColor(true);
/external/chromium_org/cc/blink/
H A Dweb_external_texture_layer_impl.cc58 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);

Completed in 178 milliseconds