Lines Matching refs:navBounds
880 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in getSimulatedMousePosition() local
883 navBounds.x(), navBounds.y(), navBounds.width(), navBounds.height(), in getSimulatedMousePosition()
906 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerDown() local
907 if (navBounds.isEmpty() == false && in innerDown()
908 navBounds.bottom() > viewBottom && viewBottom < mContents.height()) in innerDown()
910 if (navBounds.isEmpty() == false) { in innerDown()
911 int navTop = navBounds.y(); in innerDown()
932 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerLeft() local
933 if (navBounds.isEmpty() == false && in innerLeft()
934 navBounds.x() < viewLeft && viewLeft > mContents.x()) in innerLeft()
936 if (navBounds.isEmpty() == false) { in innerLeft()
937 int navRight = navBounds.right(); in innerLeft()
1030 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerRight() local
1031 if (navBounds.isEmpty() == false && in innerRight()
1032 navBounds.right() > viewRight && viewRight < mContents.width()) in innerRight()
1034 if (navBounds.isEmpty() == false) { in innerRight()
1035 int navLeft = navBounds.x(); in innerRight()
1056 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerUp() local
1057 if (navBounds.isEmpty() == false && in innerUp()
1058 navBounds.y() < viewTop && viewTop > mContents.y()) in innerUp()
1060 if (navBounds.isEmpty() == false) { in innerUp()
1061 int navBottom = navBounds.bottom(); in innerUp()