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

  /external/chromium_org/cc/layers/
layer_utils.h 17 class CC_EXPORT LayerUtils {
layer_utils_unittest.cc 73 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
96 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
119 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
146 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
172 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
206 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
232 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
262 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
layer_utils.cc 45 bool LayerUtils::GetAnimationBounds(const LayerImpl& layer_in, gfx::BoxF* out) {
layer_impl.cc     [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 282 if (!LayerUtils::GetAnimationBounds(**it, &inflated_bounds))

Completed in 104 milliseconds