HomeSort by relevance Sort by last modified time
    Searched refs:represents_itself (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/layers/
layer_iterator.h 35 // if (it.represents_itself())
96 bool represents_itself; member in struct:cc::LayerIteratorPosition
145 bool represents_itself() const { function in class:cc::LayerIterator
160 position.represents_itself = represents_itself();
layer_iterator_unittest.cc 91 if (it.represents_itself())
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 45 if (layer_iterator.represents_itself)
56 if (layer_iterator.represents_itself)
layer_tree_impl.cc 534 if (it.represents_itself()) {
851 if (!it.represents_itself())
871 if (!it.represents_itself())
    [all...]
layer_tree_host.cc 932 if (it.represents_itself()) {
    [all...]
occlusion_tracker_unittest.cc 345 ASSERT_TRUE(layer_iterator_.represents_itself());
352 ASSERT_TRUE(layer_iterator_.represents_itself());
    [all...]
layer_tree_host_impl.cc 794 } else if (it.represents_itself() &&
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 276 if (!it.represents_itself())

Completed in 526 milliseconds