ScrollAlignment 458 Source/core/dom/Element.cpp renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); ScrollAlignment 460 Source/core/dom/Element.cpp renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignBottomAlways); ScrollAlignment 472 Source/core/dom/Element.cpp renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 474 Source/core/dom/Element.cpp renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded); ScrollAlignment 105 Source/core/editing/Editor.cpp m_editor->m_frame.selection().revealSelection(ScrollAlignment::alignToEdgeIfNeeded, RevealExtent); ScrollAlignment 807 Source/core/editing/Editor.cpp toLocalFrame(page->focusController().focusedOrMainFrame())->selection().revealSelection(ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 824 Source/core/editing/Editor.cpp revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 841 Source/core/editing/Editor.cpp revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 970 Source/core/editing/Editor.cpp void Editor::revealSelectionAfterEditingOperation(const ScrollAlignment& alignment, RevealExtentOption revealExtentOption) ScrollAlignment 1134 Source/core/editing/Editor.cpp ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 263 Source/core/editing/Editor.h void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent); ScrollAlignment 284 Source/core/editing/FrameSelection.cpp ScrollAlignment alignment; ScrollAlignment 287 Source/core/editing/FrameSelection.cpp alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded; ScrollAlignment 289 Source/core/editing/FrameSelection.cpp alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded; ScrollAlignment 1770 Source/core/editing/FrameSelection.cpp void FrameSelection::revealSelection(const ScrollAlignment& alignment, RevealExtentOption revealExtentOption) ScrollAlignment 200 Source/core/editing/FrameSelection.h void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent); ScrollAlignment 2008 Source/core/frame/FrameView.cpp anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); ScrollAlignment 1252 Source/core/html/canvas/CanvasRenderingContext2D.cpp pathRect, ScrollAlignment::alignCenterAlways, ScrollAlignment::alignTopAlways); ScrollAlignment 467 Source/core/rendering/RenderBox.cpp void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) ScrollAlignment 497 Source/core/rendering/RenderBox.cpp LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); ScrollAlignment 518 Source/core/rendering/RenderBox.cpp LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); ScrollAlignment 761 Source/core/rendering/RenderBox.cpp scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded); ScrollAlignment 281 Source/core/rendering/RenderBox.h void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY); ScrollAlignment 1389 Source/core/rendering/RenderLayerScrollableArea.cpp LayoutRect RenderLayerScrollableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) ScrollAlignment 1393 Source/core/rendering/RenderLayerScrollableArea.cpp LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); ScrollAlignment 167 Source/core/rendering/RenderLayerScrollableArea.h LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY); ScrollAlignment 534 Source/core/rendering/RenderObject.cpp bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) ScrollAlignment 217 Source/core/rendering/RenderObject.h bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded); ScrollAlignment 51 Source/core/rendering/ScrollAlignment.cpp const ScrollAlignment ScrollAlignment::alignCenterIfNeeded = { ScrollAlignmentNoScroll, ScrollAlignmentCenter, ScrollAlignmentClosestEdge }; ScrollAlignment 52 Source/core/rendering/ScrollAlignment.cpp const ScrollAlignment ScrollAlignment::alignToEdgeIfNeeded = { ScrollAlignmentNoScroll, ScrollAlignmentClosestEdge, ScrollAlignmentClosestEdge }; ScrollAlignment 53 Source/core/rendering/ScrollAlignment.cpp const ScrollAlignment ScrollAlignment::alignCenterAlways = { ScrollAlignmentCenter, ScrollAlignmentCenter, ScrollAlignmentCenter }; ScrollAlignment 54 Source/core/rendering/ScrollAlignment.cpp const ScrollAlignment ScrollAlignment::alignTopAlways = { ScrollAlignmentTop, ScrollAlignmentTop, ScrollAlignmentTop }; ScrollAlignment 55 Source/core/rendering/ScrollAlignment.cpp const ScrollAlignment ScrollAlignment::alignBottomAlways = { ScrollAlignmentBottom, ScrollAlignmentBottom, ScrollAlignmentBottom }; ScrollAlignment 59 Source/core/rendering/ScrollAlignment.cpp LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) ScrollAlignment 62 Source/core/rendering/ScrollAlignment.h static ScrollAlignmentBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisible; } ScrollAlignment 63 Source/core/rendering/ScrollAlignment.h static ScrollAlignmentBehavior getPartialBehavior(const ScrollAlignment& s) { return s.m_rectPartial; } ScrollAlignment 64 Source/core/rendering/ScrollAlignment.h static ScrollAlignmentBehavior getHiddenBehavior(const ScrollAlignment& s) { return s.m_rectHidden; } ScrollAlignment 67 Source/core/rendering/ScrollAlignment.h static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY); ScrollAlignment 69 Source/core/rendering/ScrollAlignment.h static const ScrollAlignment alignCenterIfNeeded; ScrollAlignment 70 Source/core/rendering/ScrollAlignment.h static const ScrollAlignment alignToEdgeIfNeeded; ScrollAlignment 71 Source/core/rendering/ScrollAlignment.h static const ScrollAlignment alignCenterAlways; ScrollAlignment 72 Source/core/rendering/ScrollAlignment.h static const ScrollAlignment alignTopAlways; ScrollAlignment 73 Source/core/rendering/ScrollAlignment.h static const ScrollAlignment alignBottomAlways; ScrollAlignment 587 Source/web/TextFinder.cpp activeMatchBoundingBox, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded);