Searched refs:MaxScrollOffset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_impl.cc370 gfx::Vector2dF max_delta = MaxScrollOffset() - scroll_offset_;
475 gfx::Vector2d max_scroll_offset = MaxScrollOffset();
1166 gfx::Vector2d LayerImpl::MaxScrollOffset() const { function in class:cc::LayerImpl
1220 gfx::Vector2dF max_offset = MaxScrollOffset();
1244 // See comment in MaxScrollOffset() regarding the use of the content layer
1252 // MaxScrollOffset. Find some way to combine these.
H A Dlayer_impl.h385 gfx::Vector2d MaxScrollOffset() const;
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.cc160 offset += inner_viewport_scroll_layer_->MaxScrollOffset();
163 offset += outer_viewport_scroll_layer_->MaxScrollOffset();
975 OuterViewportScrollLayer()->MaxScrollOffset();
H A Dlayer_tree_host_impl.cc2356 new_target.SetToMin(layer_impl->MaxScrollOffset());
2378 target_offset.SetToMin(layer_impl->MaxScrollOffset());
2515 InnerViewportScrollLayer()->MaxScrollOffset().y() > 0) ||
H A Dlayer_tree_host_impl_unittest.cc958 scroll_layer->MaxScrollOffset().ToString());
2525 host_impl_->active_tree()->InnerViewportScrollLayer()->MaxScrollOffset());
2687 gfx::Vector2d expected_max_scroll = root_scroll->MaxScrollOffset();
2703 EXPECT_EQ(expected_max_scroll, root_scroll->MaxScrollOffset());
2738 gfx::Vector2d expected_max_scroll = root_scroll->MaxScrollOffset();
2758 EXPECT_EQ(expected_max_scroll, root_scroll->MaxScrollOffset());
2848 gfx::Vector2d expected_max_scroll(child->MaxScrollOffset());
2867 EXPECT_EQ(child->MaxScrollOffset(), expected_max_scroll);
3288 inner_viewport_scroll_layer->MaxScrollOffset());

Completed in 183 milliseconds