Searched refs:bounds_delta (Results 1 – 4 of 4) sorted by relevance
618 gfx::Vector2dF delta_from_scroll = scroll_clip_layer_->bounds_delta(); in FixedContainerSizeDelta()797 void LayerImpl::SetBoundsDelta(const gfx::Vector2dF& bounds_delta) { in SetBoundsDelta() argument798 if (bounds_delta_ == bounds_delta) in SetBoundsDelta()801 bounds_delta_ = bounds_delta; in SetBoundsDelta()1285 scrollbar_clip_layer->bounds_delta().y()); in SetScrollbarPosition()
367 void SetBoundsDelta(const gfx::Vector2dF& bounds_delta);368 gfx::Vector2dF bounds_delta() const { return bounds_delta_; } in bounds_delta() function
1911 base::TimeDelta bounds_delta = base::TimeDelta::FromSeconds(3); in TEST() local1925 target_bounds, bounds_delta))); in TEST()1976 base::TimeDelta bounds_delta = base::TimeDelta::FromMilliseconds(1000); in TEST() local1981 target_bounds, bounds_delta))); in TEST()2015 base::TimeDelta bounds_delta = base::TimeDelta::FromSeconds(2); in TEST() local2030 target_bounds, bounds_delta))); in TEST()
2468 EXPECT_VECTOR_EQ(gfx::Vector2dF(0.f, 15.f), root_clip_ptr->bounds_delta()); in TEST_F()2474 EXPECT_VECTOR_EQ(gfx::Vector2dF(0.f, 0.f), root_clip_ptr->bounds_delta()); in TEST_F()