Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingConstraints.h130 , m_stickyOffsetAtLastLayout(other.m_stickyOffsetAtLastLayout) in StickyPositionViewportConstraints()
136 const FloatSize stickyOffsetAtLastLayout() const { return m_stickyOffsetAtLastLayout; } in stickyOffsetAtLastLayout()
137 … void setStickyOffsetAtLastLayout(const FloatSize& offset) { m_stickyOffsetAtLastLayout = offset; } in setStickyOffsetAtLastLayout()
168 && m_stickyOffsetAtLastLayout == other.m_stickyOffsetAtLastLayout
183 FloatSize m_stickyOffsetAtLastLayout; variable
DScrollingConstraints.cpp98 return m_layerPositionAtLastLayout + offset - m_stickyOffsetAtLastLayout; in layerPositionForViewportRect()