Searched refs:getRectToExpose (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ScrollAlignment.h | 67 …static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, con…
|
D | ScrollAlignment.cpp | 59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& expose… in getRectToExpose() function in WebCore::ScrollAlignment
|
D | RenderLayerScrollableArea.cpp | 1383 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
|
D | RenderBox.cpp | 487 … LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible() 509 …LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()),… in scrollRectToVisible() 513 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY); in scrollRectToVisible()
|