Searched refs:SetDoubleSided (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_content_layer_impl.cc48 layer_->layer()->SetDoubleSided(double_sided);
/external/chromium_org/cc/layers/
H A Dlayer_impl_unittest.cc130 root->SetDoubleSided(false)); // constructor initializes it to "true".
181 root->SetDoubleSided(false)); // constructor initializes it to "true".
256 root->SetDoubleSided(false)); // constructor initializes it to "true".
280 root->SetDoubleSided(false)); // constructor initializes it to "true".
H A Dlayer.h251 void SetDoubleSided(bool double_sided);
H A Dlayer_impl.h372 void SetDoubleSided(bool double_sided);
H A Dlayer.cc649 void Layer::SetDoubleSided(bool double_sided) { function in class:cc::Layer
748 layer->SetDoubleSided(double_sided_);
H A Dlayer_impl.cc395 layer->SetDoubleSided(double_sided_);
934 void LayerImpl::SetDoubleSided(bool double_sided) { function in class:cc::LayerImpl
H A Dlayer_unittest.cc561 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetDoubleSided(false));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc3691 front_facing_child->SetDoubleSided(false);
3692 back_facing_child->SetDoubleSided(false);
3693 front_facing_surface->SetDoubleSided(false);
3694 back_facing_surface->SetDoubleSided(false);
3695 front_facing_child_of_front_facing_surface->SetDoubleSided(false);
3696 back_facing_child_of_front_facing_surface->SetDoubleSided(false);
3697 front_facing_child_of_back_facing_surface->SetDoubleSided(false);
3698 back_facing_child_of_back_facing_surface->SetDoubleSided(false);
3879 front_facing_child->SetDoubleSided(false);
3880 back_facing_child->SetDoubleSided(fals
[all...]
H A Dlayer_tree_host_impl_unittest.cc1739 child->SetDoubleSided(false);

Completed in 184 milliseconds