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

  /external/chromium_org/cc/layers/
layer_impl.cc 618 gfx::Vector2dF delta_from_scroll = scroll_clip_layer_->bounds_delta();
797 void LayerImpl::SetBoundsDelta(const gfx::Vector2dF& bounds_delta) {
798 if (bounds_delta_ == bounds_delta)
801 bounds_delta_ = bounds_delta;
    [all...]
layer_impl.h 367 void SetBoundsDelta(const gfx::Vector2dF& bounds_delta);
368 gfx::Vector2dF bounds_delta() const { return bounds_delta_; } function in class:cc::LayerImpl
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 1911 base::TimeDelta bounds_delta = base::TimeDelta::FromSeconds(3); local
1976 base::TimeDelta bounds_delta = base::TimeDelta::FromMilliseconds(1000); local
2015 base::TimeDelta bounds_delta = base::TimeDelta::FromSeconds(2); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 3057 milliseconds