Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollAlignment.cpp106 LayoutUnit intersectHeight = intersection(visibleRect, exposeRectY).height(); in getRectToExpose() local
107 if (intersectHeight == exposeRect.height()) { in getRectToExpose()
110 } else if (intersectHeight == visibleRect.height()) { in getRectToExpose()
115 } else if (intersectHeight > 0) { in getRectToExpose()