OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overflowRect
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp
122
LayoutRect
overflowRect
(visualOverflowRect());
123
overflowRect
.moveBy(boxOrigin);
124
overflowRect
.inflate(maximalOutlineSize(paintInfo.phase));
126
if (!paintInfo.rect.intersects(pixelSnappedIntRect(
overflowRect
)))
RenderMultiColumnSet.cpp
288
LayoutRect
overflowRect
= overflowRectForFlowThreadPortion(portionRect, isFirstColumn && isFirstRegion(), isLastColumn && isLastRegion());
294
overflowRect
.shiftXEdgeTo(portionRect.x() - colGap / 2);
296
overflowRect
.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2);
299
overflowRect
.shiftYEdgeTo(portionRect.y() - colGap / 2);
301
overflowRect
.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2);
303
return
overflowRect
;
RenderView.cpp
[
all
...]
RenderLayerScrollableArea.h
119
LayoutRect
overflowRect
() const { return m_overflowRect; }
InlineFlowBox.cpp
[
all
...]
RenderBox.cpp
[
all
...]
RenderListMarker.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
RenderLayerScrollableArea.cpp
600
horizontalScrollbar->setProportion(clientWidth,
overflowRect
().width());
604
verticalScrollbar->setProportion(clientHeight,
overflowRect
().height());
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp
78
FloatRect
overflowRect
(scrolledOrigin, container->maxLayoutOverflow());
79
FloatRect containerRect = container->localToAbsoluteQuad(FloatQuad(
overflowRect
)).enclosingBoundingBox();
Completed in 224 milliseconds