HomeSort by relevance Sort by last modified time
    Searched defs:SetLayerTreeHost (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/test/
fake_proxy.cc 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
  /external/chromium_org/cc/layers/
picture_layer.cc 72 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
73 Layer::SetLayerTreeHost(host);
content_layer.cc 62 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
63 TiledLayer::SetLayerTreeHost(host);
scrollbar_layer.cc 151 void ScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
159 ContentsScalingLayer::SetLayerTreeHost(host);
texture_layer.cc 156 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
158 Layer::SetLayerTreeHost(host);
173 Layer::SetLayerTreeHost(host);
layer.cc 90 void Layer::SetLayerTreeHost(LayerTreeHost* host) {
101 children_[i]->SetLayerTreeHost(host);
104 mask_layer_->SetLayerTreeHost(host);
106 replica_layer_->SetLayerTreeHost(host);
224 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
tiled_layer.cc 254 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
268 ContentsScalingLayer::SetLayerTreeHost(host);

Completed in 111 milliseconds