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:WebCore::RenderObject
591 enclosingLayer->scrollRectToVisible(rect, alignX, alignY);
H A DRenderLayer.cpp2225 void RenderLayer::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) function in class:WebCore::RenderLayer
2300 parentLayer->scrollRectToVisible(newRect, alignX, alignY);
2404 scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);

Completed in 558 milliseconds