HomeSort by relevance Sort by last modified time
    Searched refs:getRectToExpose (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollAlignment.h 67 static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
ScrollAlignment.cpp 59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
RenderLayerScrollableArea.cpp     [all...]
RenderBox.cpp 466 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
488 LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()), rect, alignX, alignY);
492 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
    [all...]

Completed in 71 milliseconds