Home
last modified time | relevance | path

Searched refs:alignY (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.h250 …t& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment:…
252 …ibleRect, const IntRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
DRenderLayer.cpp1274 …t IntRect &rect, bool scrollToAnchor, const ScrollAlignment& alignX, const ScrollAlignment& alignY) in scrollRectToVisible() argument
1302 IntRect r = getRectToExpose(layerBounds, exposeRect, alignX, alignY); in scrollRectToVisible()
1323 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
1337 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
1347 parentLayer->scrollRectToVisible(newRect, scrollToAnchor, alignX, alignY); in scrollRectToVisible()
1353 …sibleRect, const IntRect &exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) in getRectToExpose() argument
1396 scrollY = ScrollAlignment::getVisibleBehavior(alignY); in getRectToExpose()
1399 scrollY = ScrollAlignment::getVisibleBehavior(alignY); in getRectToExpose()
1404 scrollY = ScrollAlignment::getPartialBehavior(alignY); in getRectToExpose()
1406 scrollY = ScrollAlignment::getHiddenBehavior(alignY); in getRectToExpose()