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

  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 98 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
100 pending_tree->DetachLayerTree();
103 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
105 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
108 host_impl_.pending_tree()->LayerById(id_));
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 253 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
254 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 202 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); local
203 if (pending_tree) {
204 DCHECK_EQ(1, pending_tree->sent_page_scale_delta());
205 pending_tree->SetPageScaleDelta(
360 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) {
361 pending_tree->SetCurrentlyScrollingLayer(
362 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
364 pending_tree->SetLatencyInfo(latency_info_);
455 return layer_tree_host_impl_->pending_tree() == this
    [all...]

Completed in 158 milliseconds