Searched refs:scrollRectToVisible (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp581 m_activeMatch->firstNode()->renderer()->scrollRectToVisible(
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp458 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways);
460 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignBottomAlways);
472 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded);
474 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);
2078 renderer()->scrollRectToVisible(boundingBox());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h281 void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
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 DRenderObject.h203 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
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);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1176 nextMatch->firstNode()->renderer()->scrollRectToVisible(nextMatch->boundingBox(),
H A DFrameSelection.cpp1800 if (start.deprecatedNode()->renderer()->scrollRectToVisible(rect, alignment, alignment))
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1915 anchorNode->renderer()->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways);
1923 // scrollRectToVisible can call into setScrollPosition(), which resets m_maintainScrollPositionAnchor.
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1219 renderer->scrollRectToVisible(

Completed in 2889 milliseconds