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

  /external/chromium_org/cc/layers/
texture_layer.h 62 void SetBlendBackgroundColor(bool blend);
texture_layer.cc 105 void TextureLayer::SetBlendBackgroundColor(bool blend) {
texture_layer_unittest.cc 200 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBlendBackgroundColor(true));
215 layer->SetBlendBackgroundColor(true);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 52 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) {
53 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);

Completed in 230 milliseconds