Searched defs:exposeRect (Results 1 – 3 of 3) sorted by relevance
59 …rollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const … in getRectToExpose()
1304 LayoutRect RenderLayerScrollableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& ali… in exposeRect() function in WebCore::RenderLayerScrollableArea
555 … LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible() local