Home
last modified time | relevance | path

Searched refs:getRectToExpose (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollAlignment.h67 …static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, con…
DScrollAlignment.cpp59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& expose… in getRectToExpose() function in WebCore::ScrollAlignment
DRenderLayerScrollableArea.cpp1383 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
DRenderBox.cpp487 … LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
509 …LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()),… in scrollRectToVisible()
513 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()