Home | History | Annotate | Download | only in WebPage

Lines Matching refs: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;