Home
last modified time | relevance | path

Searched defs:constrainsScrollingToContentEdge (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollableArea.h61 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge() function
62 …void setConstrainsScrollingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScro… in setConstrainsScrollingToContentEdge()