OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBlendBackgroundColor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
texture_layer.h
117
void
SetBlendBackgroundColor
(bool blend);
texture_layer.cc
107
void TextureLayer::
SetBlendBackgroundColor
(bool blend) {
texture_layer_unittest.cc
212
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetBlendBackgroundColor
(true));
227
layer->
SetBlendBackgroundColor
(true);
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc
56
void WebExternalTextureLayerImpl::
setBlendBackgroundColor
(bool blend) {
57
static_cast<TextureLayer*>(layer_->layer())->
SetBlendBackgroundColor
(blend);
Completed in 2013 milliseconds