Home
last modified time | relevance | path

Searched refs:represents_itself (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_iterator.h96 bool represents_itself; member
145 bool represents_itself() const { in represents_itself() function
160 position.represents_itself = represents_itself();
Dlayer_iterator_unittest.cc91 if (it.represents_itself()) in IterateFrontToBack()
/external/chromium_org/cc/trees/
Docclusion_tracker.cc45 if (layer_iterator.represents_itself) in EnterLayer()
56 if (layer_iterator.represents_itself) in LeaveLayer()
Dlayer_tree_impl.cc534 if (it.represents_itself()) { in UpdateDrawProperties()
851 if (!it.represents_itself()) in GetAllTilesForTracing()
871 if (!it.represents_itself()) in AsValueInto()
Dlayer_tree_host.cc932 if (it.represents_itself()) { in SetPrioritiesForLayers()
1040 } else if (it.represents_itself()) { in PaintLayerContents()
Docclusion_tracker_unittest.cc345 ASSERT_TRUE(layer_iterator_.represents_itself()); in EnterLayer()
352 ASSERT_TRUE(layer_iterator_.represents_itself()); in LeaveLayer()
Dlayer_tree_host_impl.cc794 } else if (it.represents_itself() && in CalculateRenderPasses()
Dlayer_tree_host_common_unittest.cc8056 if (it.represents_itself()) in GatherDrawnLayers()
/external/chromium_org/cc/debug/
Ddebug_rect_history.cc276 if (!it.represents_itself()) in SaveLayerAnimationBoundsRects()