Searched refs:m_nonFastScrollableRegion (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFrameScrollingNode.cpp65 , m_nonFastScrollableRegion(stateNode.nonFastScrollableRegion())
116 if (m_nonFastScrollableRegion == nonFastScrollableRegion)
119 m_nonFastScrollableRegion = nonFastScrollableRegion;
248 if (!m_nonFastScrollableRegion.isEmpty()) {
253 for (auto rect : m_nonFastScrollableRegion.rects()) {
H A DScrollingStateFrameScrollingNode.h70 const Region& nonFastScrollableRegion() const { return m_nonFastScrollableRegion; }
140 Region m_nonFastScrollableRegion; member in class:WebCore::final
H A DScrollingTree.cpp78 if (!m_nonFastScrollableRegion.isEmpty()) {
82 if (m_nonFastScrollableRegion.contains(roundedIntPoint(position)))
147 m_nonFastScrollableRegion = scrollingStateTree->rootStateNode()->nonFastScrollableRegion();
259 return m_nonFastScrollableRegion.contains(p);
H A DScrollingTree.h158 Region m_nonFastScrollableRegion; member in class:WebCore::ScrollingTree

Completed in 256 milliseconds