Home
last modified time | relevance | path

Searched refs:scrollRectToVisible (Results 1 – 9 of 9) sorted by relevance

/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()
2209 renderer()->scrollRectToVisible(boundingBox()); in updateFocusAppearance()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h257 …void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& …
DRenderObject.h199 …bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::align…
DRenderObject.cpp556 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const… in scrollRectToVisible() function in WebCore::RenderObject
562 enclosingBox->scrollRectToVisible(rect, alignX, alignY); in scrollRectToVisible()
DRenderBox.cpp528 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()
839scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignT… in autoscroll()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1214 nextMatch->firstNode()->renderer()->scrollRectToVisible(nextMatch->boundingBox(), in findStringAndScrollToVisible()
DFrameSelection.cpp1801 if (start.deprecatedNode()->renderer()->scrollRectToVisible(rect, alignment, alignment)) in revealSelection()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1992 m_activeMatch->firstNode()->renderer()->scrollRectToVisible(activeMatchBoundingBox, in selectFindMatch()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2205 …anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlig… in scrollToAnchor()