Searched refs:alignX (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderLayer.h | 250 …ible(const IntRect&, bool scrollToAnchor = false, const ScrollAlignment& alignX = ScrollAlignment:… 252 … IntRect& visibleRect, const IntRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlign…
|
D | RenderLayer.cpp | 1274 …Visible(const IntRect &rect, bool scrollToAnchor, const ScrollAlignment& alignX, const ScrollAlign… 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 … IntRect &visibleRect, const IntRect &exposeRect, const ScrollAlignment& alignX, const ScrollAlign… in getRectToExpose() argument 1363 scrollX = ScrollAlignment::getVisibleBehavior(alignX); in getRectToExpose() 1366 scrollX = ScrollAlignment::getVisibleBehavior(alignX); in getRectToExpose() 1371 scrollX = ScrollAlignment::getPartialBehavior(alignX); in getRectToExpose() 1373 scrollX = ScrollAlignment::getHiddenBehavior(alignX); in getRectToExpose()
|