Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/browser/
Dbrowser_view_renderer.cc563 max_scroll_offset_dip_, dip_scale_ * page_scale_factor_)); in max_scroll_offset()
574 scroll_offset_dip.set_x((scroll_offset.x() * max_scroll_offset_dip_.x()) / in ScrollTo()
578 scroll_offset_dip.set_y((scroll_offset.y() * max_scroll_offset_dip_.y()) / in ScrollTo()
584 DCHECK_LE(scroll_offset_dip.x(), max_scroll_offset_dip_.x()); in ScrollTo()
585 DCHECK_LE(scroll_offset_dip.y(), max_scroll_offset_dip_.y()); in ScrollTo()
626 if (max_scroll_offset_dip_.x()) { in SetTotalRootLayerScrollOffset()
628 max_scroll_offset_dip_.x()); in SetTotalRootLayerScrollOffset()
631 if (max_scroll_offset_dip_.y()) { in SetTotalRootLayerScrollOffset()
633 max_scroll_offset_dip_.y()); in SetTotalRootLayerScrollOffset()
670 max_scroll_offset_dip_ = max_scroll_offset_dip; in UpdateRootLayerState()
[all …]
Dbrowser_view_renderer.h239 gfx::Vector2dF max_scroll_offset_dip_; variable