Home
last modified time | relevance | path

Searched refs:PushPersistedState (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl.h213 void PushPersistedState(LayerTreeImpl* pending_tree);
Dlayer_tree_impl.cc546 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) { in PushPersistedState() function in cc::LayerTreeImpl
Dlayer_tree_host_impl.cc1743 active_tree_->PushPersistedState(pending_tree_.get()); in ActivatePendingTree()