Searched refs:fixedVisibleContentRect (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrame.h97 const IntSize& fixedLayoutSize = IntSize(), const IntRect& fixedVisibleContentRect = IntRect(),
H A DFrame.cpp763 const IntSize& fixedLayoutSize, const IntRect& fixedVisibleContentRect ,
781 frameView->setFixedVisibleContentRect(fixedVisibleContentRect);
H A DFrameView.cpp1958 if (visibleContentRect.size() != this->fixedVisibleContentRect().size()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h145 IntRect fixedVisibleContentRect() const { return m_fixedVisibleContentRect; } function in class:WebCore::ScrollView
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp281 IntRect currentVisibleContentRect = m_frame->view() ? IntRect(IntPoint::zero(), m_frame->view()->fixedVisibleContentRect().size()) : IntRect();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1230 IntRect currentFixedVisibleContentRect = m_frame->coreFrame()->view() ? m_frame->coreFrame()->view()->fixedVisibleContentRect() : IntRect();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1134 IntPoint contentFixedOrigin = view->didFirstLayout() ? view->fixedVisibleContentRect().location() : IntPoint();

Completed in 281 milliseconds