Lines Matching full:repaint
2187 - fix <rdar://problem/6048566> Repaint original element's position, not its offset position
2189 Test: fast/repaint/layout-state-relative.html
3348 (WebCore::MediaPlayerPrivate::repaint):
5423 if this image is used in a layer, compute a repaint
5424 rect and repaint.
5804 (WebCore::ScrollView::printPanScrollIcon): sets the boolean and the IntPoint for the icon. Invalidate his rect and ask for repaint.
5805 (WebCore::ScrollView::removePanScrollIcon): sets the boolean to false. Invalidate his rect and ask for repaint.
10706 Repaint the text visual rect before removing it.
15970 repaint
15975 into repaint rect calculations.
16162 using low quality scaling. Once the animation completes, the image will repaint at high quality.
16863 - don't repaint nodes that are removed before layout
16867 cases of needless repaint such as
16872 don't bother to repaint it, since there's nothing to dirty.
16886 Test: fast/repaint/caret-outside-block.html
25251 We need to repaint scrollbars after a geometry change, and also make sure
25491 fast/repaint/shadow-multiple-horizontal.html
25492 fast/repaint/shadow-multiple-strict-horizontal.html
25493 fast/repaint/shadow-multiple-strict-vertical.html
25494 fast/repaint/shadow-multiple-vertical.html
34127 Test: fast/repaint/table-two-pass-layout-overpaint.html
36485 REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts
36487 Test: fast/repaint/lines-with-layout-delta.html
37806 Tests: fast/repaint/subtree-root-clip.html
37807 fast/repaint/subtree-root-clip-2.html
37808 fast/repaint/subtree-root-clip-3.html
38428 Test: fast/repaint/renderer-destruction-by-invalidateSelection-crash.html
39410 Test: fast/repaint/line-flow-with-floats-10.html
40081 Tests: fast/repaint/line-flow-with-floats-[1-9].html
42471 (WebCore::MediaPlayerPrivate::repaint):
48978 and repaint the whole thing anyway.
53115 for Java, because it results in repaint problems.
55884 repaint working properly
55887 just fall back on the "repaint everything" behavior we have always had.
55890 (WebCore::HTMLCanvasElement::willDraw): Just call repaint.
56786 SVG foreignobject because it does not repaint/dirty correctly
58402 than the entire element (though repaint coalescing may choose to combine
61020 and other image repaint bugs.
61025 determining repaint bounds (this was the principle cause of bug #16015).
64498 and repaint() is not called, causing transformed video not to update
64512 (WebCore::MediaPlayerPrivate::repaint):
64663 repaint(). Scrollbars repaint themselves as needed.
66741 Transformed <video> is not clipped correctly until a repaint is forced
66748 * platform/graphics/MediaPlayer.cpp: (WebCore::MediaPlayer::repaint): Added.
66760 (WebCore::MediaPlayerPrivate::repaint): Added. Triggers a repaint on the video renderer.
66761 (-[WebCoreMovieObserver repaint]): ditto.
66764 Does a WebCore repaint instead of going through the view repaint system for QTMovieView.
67452 Transformed <video>, <img>, <embed> are not clipped correctly until a repaint is forced
67664 Test: fast/repaint/focus-ring.html
67669 (WebCore::SelectionController::recomputeCaretRect): Changed to repaint
68373 We need to just fix the underlying focus ring repaint problem.
72060 - fix <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
72062 Test: fast/repaint/subtree-root-skipped.html
72070 rather than a DOM node. Also replaced clearing the repaint rects
72727 REGRESSION: Incomplete repaint of CSS image substitution
72729 Test: fast/repaint/clip-with-layout-delta.html
73907 Test: fast/repaint/invisible-objects.html
75560 Incomplete repaint toggling "How you know this person" on Facebook
75562 Test: fast/repaint/make-children-non-inline.html
75565 (WebCore::RenderBlock::makeChildrenNonInline): Repaint the block. This
76596 Test: fast/repaint/overflow-clip-subtree-layout.html
77620 and the frame is active, and the element is focused, and the caps lock is on. Causes a repaint when m_shouldDrawCapsLockIndicator changes state.
77995 Test: fast/repaint/layout-state-only-positioned.html
78602 Fix for http://bugs.webkit.org/show_bug.cgi?id=15719, transformed box doesn't repaint properly
78605 Move the updating of the transform to in between the old repaint and the new repaint.
78609 fast/repaint/transform-translate.html