Searched refs:scroll_offset_dip_ (Results 1 – 2 of 2) sorted by relevance
410 base::AutoReset<gfx::Vector2dF> scroll_reset(&scroll_offset_dip_, in CapturePicture()587 if (scroll_offset_dip_ == scroll_offset_dip) in ScrollTo()590 scroll_offset_dip_ = scroll_offset_dip; in ScrollTo()617 if (scroll_offset_dip_ == scroll_offset_dip) in SetTotalRootLayerScrollOffset()620 scroll_offset_dip_ = scroll_offset_dip; in SetTotalRootLayerScrollOffset()645 return scroll_offset_dip_; in GetTotalRootLayerScrollOffset()857 &str, "scroll_offset_dip: %s ", scroll_offset_dip_.ToString().c_str()); in ToString()
236 gfx::Vector2dF scroll_offset_dip_; variable