Home | History | Annotate | Download | only in WebCore

Lines Matching full:bounds

3064         Added bounds checks in RenderMenuList to make sure we are
3065 not making an out of bounds check in a vector once an option
3066 element has been deleted. If we are out of bounds, we fall back to
3072 (WebCore::RenderMenuList::itemText): If out of bounds check, return early.
3075 (WebCore::RenderMenuList::itemStyle): If out of bounds check, try using the 0th index
3077 (WebCore::RenderMenuList::itemBackgroundColor): If out of bounds check, return early.
7877 into account the bounds of the original layer, and the replica layer to get the
9177 There's some general cleanup here so the frames, bounds and
9416 When computing the bounds for elements in a mask, we iterate through
9417 all of our children requesting their repaint bounds using
9948 (WebCore::RenderLayerCompositor::rebuildCompositingLayerTree): Update the bounds of the reflection layer.
13119 layer's bounds do not correspond with the background box in many cases,
13176 Test: fast/canvas/webgl/array-set-out-of-bounds.html
14527 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
14804 structure caused the entire outer div's bounds to get scheduled for a paint whenever there was any mutation of any descendant.
15486 <rdar://problem/7397558> REGRESSION: AXImages inside of AXLink cause AXLink to have wrong bounds
15846 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
16831 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
17781 This method should limit the current painting window to the bounds of the given
19172 It also bounds the direct pixel manipultation to the viewable area to minimize
19436 Fix an array bounds error when accessing the CSS value for a shorthand property that takes
24649 Instead of caching the block selection gaps? bounds in the RenderView at setSelection()
24655 (WebCore::RenderBlock::paintSelection): Update the enclosing layer?s selection gaps bounds.
24658 bounds to include the given rect.
24660 selection gaps bounds.
24662 selection gaps bounds.
24665 (WebCore::RenderView::setSelection): Clear the layer-level selection gaps bounds instead
25405 before adding them to the cached selection bounds.
25482 Test: svg/dom/svglist-exception-on-out-bounds-error.html
25874 Test: svg/dom/svgpath-out-of-bounds-getPathSeg.html
37283 bounds, which can result in arbitrary native and JavaScript code
37807 indicating whether the bounds have changed.
58738 Use visibleContentRect() instead of boundsRect() when checking hit point bounds on viewport.
64442 When computing the bounds of a composited layer, take software-rendered
69357 Layer bounds have been modified to exclude visual overflow. The width/height members only really
69359 when an overflow clip object's height isn't accurate. In this case, the bounds should exclude
74038 the index is out of bounds, rather than an exception. A bunch of logic can be
92044 If the layer has overflow clip or a mask, then the composited bounds are just the
92045 local bounds, excluding descendants.
95732 composited bounds.
95738 Also cache the composited bounds of a RenderLayerBacking, now that we can
95739 guarantee that those bounds are accurate.