Searched defs:scrollRectToVisible (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp585 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) function in class:blink::RenderObject
591 enclosingBox->scrollRectToVisible(rect, alignX, alignY);
H A DRenderBox.cpp440 void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) function in class:blink::RenderBox
503 parentBox->scrollRectToVisible(newRect, alignX, alignY);
712 scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);

Completed in 249 milliseconds