HomeSort by relevance Sort by last modified time
    Searched defs:exposeRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp     [all...]
RenderBox.cpp 457 newRect = layer()->scrollableArea()->exposeRect(rect, alignX, alignY);
466 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
468 int xOffset = roundToInt(exposeRect.x());
469 int yOffset = roundToInt(exposeRect.y());
    [all...]

Completed in 551 milliseconds