Home | History | Annotate | Download | only in testing

Lines Matching defs:frameView

74 #include "core/frame/FrameView.h"
797 FrameView* frameView = document->view();
798 bool constrainsScrollingToContentEdgeOldValue = frameView->constrainsScrollingToContentEdge();
799 bool scrollbarsSuppressedOldValue = frameView->scrollbarsSuppressed();
801 frameView->setConstrainsScrollingToContentEdge(false);
802 frameView->setScrollbarsSuppressed(false);
803 frameView->setScrollOffsetFromInternals(IntPoint(x, y));
804 frameView->setScrollbarsSuppressed(scrollbarsSuppressedOldValue);
805 frameView->setConstrainsScrollingToContentEdge(constrainsScrollingToContentEdgeOldValue);
939 FrameView* frameView = element->document().view();
940 frameView->scrollElementToRect(element, IntRect(x, y, w, h));
1339 FrameView* frameView = document->view();
1346 LayoutPoint point = roundedLayoutPoint(FloatPoint(centerX * zoomFactor + frameView->scrollX(), centerY * zoomFactor + frameView->scrollY()));
1357 if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))
1508 FrameView* frameView = element->document().view();
1509 frameView->updateLayoutAndStyleForPainting();
1794 FrameView* frameView = document->view();
1795 frameView->updateLayoutAndStyleForPainting();
1796 frameView->setTracksPaintInvalidations(true);
1807 FrameView* frameView = document->view();
1808 frameView->updateLayoutAndStyleForPainting();
1809 frameView->setTracksPaintInvalidations(false);