Searched refs:isPinnedToLeftSide (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.cpp313 return toImpl(pageRef)->isPinnedToLeftSide();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1797 bool isPinnedToLeftSide = (scrollPosition.x() <= minimumScrollPosition.x()); local
1800 if (isPinnedToLeftSide != m_cachedMainFrameIsPinnedToLeftSide || isPinnedToRightSide != m_cachedMainFrameIsPinnedToRightSide) {
1801 send(Messages::WebPageProxy::DidChangeScrollOffsetPinningForMainFrame(isPinnedToLeftSide, isPinnedToRightSide));
1803 m_cachedMainFrameIsPinnedToLeftSide = isPinnedToLeftSide;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h343 bool isPinnedToLeftSide() const { return m_mainFrameIsPinnedToLeftSide; } function in class:WebKit::WebPageProxy

Completed in 62 milliseconds