/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ScrollBehavior.h | 61 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
|
D | ScrollBehavior.cpp | 51 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()
|
D | RenderLayerScrollableArea.h | 168 …LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& ali…
|
D | RenderObject.h | 199 …t LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollA…
|
D | RenderLayerScrollableArea.cpp | 1304 …llableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignmen… in exposeRect() 1308 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
|
D | RenderBox.h | 257 …void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& …
|
D | RenderBox.cpp | 528 …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()
|
D | RenderObject.cpp | 556 …t::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignmen… in scrollRectToVisible()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 106 … 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()
|
D | Editor.h | 274 …void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfN…
|
D | FrameSelection.h | 203 …void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOp…
|
D | FrameSelection.cpp | 287 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/ |
D | Element.cpp | 479 …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/ |
D | WebFrameImpl.cpp | 1993 ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); in selectFindMatch()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 2205 …anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlig… in scrollToAnchor()
|