Searched refs:m_stickyOffsetAtLastLayout (Results 1 – 2 of 2) sorted by relevance
130 , 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_stickyOffsetAtLastLayout183 FloatSize m_stickyOffsetAtLastLayout; variable
98 return m_layerPositionAtLastLayout + offset - m_stickyOffsetAtLastLayout; in layerPositionForViewportRect()