Searched refs:scrollRectToVisible (Results 1 – 9 of 9) sorted by relevance
/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() 2209 renderer()->scrollRectToVisible(boundingBox()); in updateFocusAppearance()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBox.h | 257 …void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& …
|
D | RenderObject.h | 199 …bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::align…
|
D | RenderObject.cpp | 556 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const… in scrollRectToVisible() function in WebCore::RenderObject 562 enclosingBox->scrollRectToVisible(rect, alignX, alignY); in scrollRectToVisible()
|
D | RenderBox.cpp | 528 void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const Sc… in scrollRectToVisible() function in WebCore::RenderBox 586 parentBox->scrollRectToVisible(newRect, alignX, alignY); in scrollRectToVisible() 839 …scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignT… in autoscroll()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 1214 nextMatch->firstNode()->renderer()->scrollRectToVisible(nextMatch->boundingBox(), in findStringAndScrollToVisible()
|
D | FrameSelection.cpp | 1801 if (start.deprecatedNode()->renderer()->scrollRectToVisible(rect, alignment, alignment)) in revealSelection()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.cpp | 1992 m_activeMatch->firstNode()->renderer()->scrollRectToVisible(activeMatchBoundingBox, in selectFindMatch()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 2205 …anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlig… in scrollToAnchor()
|