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

  /external/chromium_org/cc/layers/
layer_iterator.h 40 // if (it.represents_itself())
101 bool represents_itself; member in struct:cc::LayerIteratorPosition
151 bool represents_itself() const { function in class:cc::LayerIterator
166 position.represents_itself = represents_itself();
layer_iterator_unittest.cc 95 if (it.represents_itself())
  /external/chromium_org/cc/debug/
debug_rect_history.cc 248 if (!it.represents_itself())
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 417 if (!it.represents_itself())
653 if (!it.represents_itself())
occlusion_tracker.cc 36 if (layer_iterator.represents_itself)
47 if (layer_iterator.represents_itself)
layer_tree_host.cc 914 if (it.represents_itself()) {
    [all...]
occlusion_tracker_unittest.cc 357 ASSERT_TRUE(layer_iterator_.represents_itself());
364 ASSERT_TRUE(layer_iterator_.represents_itself());
    [all...]
layer_tree_host_common.cc     [all...]
layer_tree_host_impl.cc 820 } else if (it.represents_itself() && it->DrawsContent() &&
    [all...]

Completed in 1508 milliseconds