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

  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 61 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; }
62 void setConstrainsScrollingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = constrainsScrollingToContentEdge; }
141 bool m_constrainsScrollingToContentEdge;
ScrollableArea.cpp 47 , m_constrainsScrollingToContentEdge(true)

Completed in 42 milliseconds