HomeSort by relevance Sort by last modified time
    Searched refs:m_bottomOffset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.h 119 , m_bottomOffset(0)
127 , m_bottomOffset(other.m_bottomOffset)
147 float bottomOffset() const { return m_bottomOffset; }
152 void setBottomOffset(float offset) { m_bottomOffset = offset; }
165 && m_bottomOffset == other.m_bottomOffset
180 float m_bottomOffset;
ScrollingConstraints.cpp 73 float bottomLimit = viewportRect.maxY() - m_bottomOffset;

Completed in 4675 milliseconds