Home
last modified time | relevance | path

Searched refs:ScrollAlignment (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollBehavior.h61 struct ScrollAlignment { struct
62 static ScrollBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisible; } in getVisibleBehavior() argument
63 static ScrollBehavior getPartialBehavior(const ScrollAlignment& s) { return s.m_rectPartial; } in getPartialBehavior() argument
64 static ScrollBehavior getHiddenBehavior(const ScrollAlignment& s) { return s.m_rectHidden; } in getHiddenBehavior() argument
67 …ct& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignmen…
69 static const ScrollAlignment alignCenterIfNeeded; argument
70 static const ScrollAlignment alignToEdgeIfNeeded; argument
71 static const ScrollAlignment alignCenterAlways; argument
72 static const ScrollAlignment alignTopAlways; argument
73 static const ScrollAlignment alignBottomAlways; argument
DScrollBehavior.cpp51 const ScrollAlignment ScrollAlignment::alignCenterIfNeeded = { noScroll, alignCenter, alignToCloses…
52 const ScrollAlignment ScrollAlignment::alignToEdgeIfNeeded = { noScroll, alignToClosestEdge, alignT…
53 const ScrollAlignment ScrollAlignment::alignCenterAlways = { alignCenter, alignCenter, alignCenter …
54 const ScrollAlignment ScrollAlignment::alignTopAlways = { alignTop, alignTop, alignTop };
55 const ScrollAlignment ScrollAlignment::alignBottomAlways = { alignBottom, alignBottom, alignBottom …
59 …ct ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, c… in getRectToExpose()
DRenderLayerScrollableArea.h168 …LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& ali…
DRenderObject.h199 …t LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollA…
DRenderLayerScrollableArea.cpp1304 …llableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignmen… in exposeRect()
1308 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
DRenderBox.h257 …void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& …
DRenderBox.cpp528 …x::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignmen… in scrollRectToVisible()
555 … LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
576 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
839 …tRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlig… in autoscroll()
DRenderObject.cpp556 …t::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignmen… in scrollRectToVisible()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp106 … m_editor->m_frame.selection().revealSelection(ScrollAlignment::alignToEdgeIfNeeded, RevealExtent); in ~RevealSelectionScope()
888 …>focusController().focusedOrMainFrame()->selection().revealSelection(ScrollAlignment::alignCenterI… in insertTextWithoutSendingTextEvent()
905 …vealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlig… in insertLineBreak()
922 …vealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlig… in insertParagraphSeparator()
1051 void Editor::revealSelectionAfterEditingOperation(const ScrollAlignment& alignment, RevealExtentOpt… in revealSelectionAfterEditingOperation()
1215 ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); in findStringAndScrollToVisible()
DEditor.h274 …void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfN…
DFrameSelection.h203 …void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOp…
DFrameSelection.cpp287 ScrollAlignment alignment; in setSelection()
290 …lignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlign… in setSelection()
292 …alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignme… in setSelection()
1780 void FrameSelection::revealSelection(const ScrollAlignment& alignment, RevealExtentOption revealExt… in revealSelection()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp479 …renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::ali… in scrollIntoView()
481 …renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::ali… in scrollIntoView()
493 …renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::ali… in scrollIntoViewIfNeeded()
495 …renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::ali… in scrollIntoViewIfNeeded()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1993 ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); in selectFindMatch()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2205 …anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlig… in scrollToAnchor()