Searched defs:root_impl_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3294 PushPropertiesCountingLayerImpl* root_impl_ = NULL; variable
3302 root_impl_ = static_cast<PushPropertiesCountingLayerImpl*>(
3305 if (root_impl_ && root_impl_->children().size() > 0) {
3307 root_impl_->children()[0]);
3314 if (root_impl_ && root_impl_->children().size() > 1) {
3316 root_impl_->children()[1]);
3324 if (root_impl_)
3326 root_impl_
[all...]

Completed in 111 milliseconds