OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_tree
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc
73
CHECK(!host_impl_.
pending_tree
());
116
LayerTreeImpl*
pending_tree
= host_impl_.
pending_tree
();
local
118
pending_tree
->DetachLayerTree();
121
FakePictureLayerImpl::CreateWithPile(
pending_tree
, id_, pile);
123
pending_tree
->SetRootLayer(pending_layer.PassAs<LayerImpl>());
126
host_impl_.
pending_tree
()->LayerById(id_));
1359
LayerTreeImpl*
pending_tree
= host_impl_.
pending_tree
();
local
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_impl.cc
222
LayerTreeImpl*
pending_tree
= layer_tree_host_impl_->
pending_tree
();
local
223
if (
pending_tree
) {
224
DCHECK_EQ(1,
pending_tree
->sent_page_scale_delta());
225
pending_tree
->SetPageScaleDelta(
460
void LayerTreeImpl::PushPersistedState(LayerTreeImpl*
pending_tree
) {
461
pending_tree
->SetCurrentlyScrollingLayer(
462
LayerTreeHostCommon::FindLayerInSubtree(
pending_tree
->root_layer(),
561
return layer_tree_host_impl_->
pending_tree
() == this;
576
LayerTreeImpl* tree = layer_tree_host_impl_->
pending_tree
();
[
all
...]
layer_tree_host_impl.h
271
LayerTreeImpl*
pending_tree
() { return pending_tree_.get(); }
function in class:cc::LayerTreeHostImpl
272
const LayerTreeImpl*
pending_tree
() const { return pending_tree_.get(); }
function in class:cc::LayerTreeHostImpl
Completed in 451 milliseconds