Lines Matching defs:isPinnedToRightSide
1798 bool isPinnedToRightSide = (scrollPosition.x() >= maximumScrollPosition.x());
1800 if (isPinnedToLeftSide != m_cachedMainFrameIsPinnedToLeftSide || isPinnedToRightSide != m_cachedMainFrameIsPinnedToRightSide) {
1801 send(Messages::WebPageProxy::DidChangeScrollOffsetPinningForMainFrame(isPinnedToLeftSide, isPinnedToRightSide));
1804 m_cachedMainFrameIsPinnedToRightSide = isPinnedToRightSide;