Home
last modified time | relevance | path

Searched refs:current_layer_represents_contributing_render_surface (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_iterator.h149 current_layer_represents_contributing_render_surface(); in represents_contributing_render_surface()
196 inline bool current_layer_represents_contributing_render_surface() const { in current_layer_represents_contributing_render_surface() function
Dlayer_iterator.cc82 while (it->current_layer_represents_contributing_render_surface()) { in GoToHighestInSubtree()