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

  /external/chromium_org/cc/layers/
layer_iterator.h 40 // if (it.represents_itself())
104 bool represents_itself; member in struct:cc::LayerIteratorPosition
154 bool represents_itself() const { function in class:cc::LayerIterator
169 position.represents_itself = represents_itself();
layer_iterator_unittest.cc 99 if (it.represents_itself())
116 if (it.represents_itself())
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 38 if (layer_iterator.represents_itself)
51 if (layer_iterator.represents_itself)
layer_tree_host.cc 849 if (it.represents_itself()) {
    [all...]
layer_tree_impl.cc 543 if (!it.represents_itself())
layer_tree_host_common.cc     [all...]
layer_tree_host_impl.cc 705 } else if (it.represents_itself() &&
    [all...]
occlusion_tracker_unittest.cc 366 ASSERT_TRUE(layer_iterator_.represents_itself());
373 ASSERT_TRUE(layer_iterator_.represents_itself());
    [all...]

Completed in 1132 milliseconds