Lines Matching full:paint
1506 (WebView::paint): Tell updateBackingStore to paint child windows if
3233 Enable viewless Mac WebKit to paint some basic pages.
3363 This patch makes the ScrollView::paint method cross-platform. The paint method calls the base class
3364 Widget paint on platforms with native widgets (Mac and wx). Otherwise it calls a virtual function,
3365 paintContents, to paint the ScrollView's contents, and then it paints each of the two scrollbars and
3372 paintContents is implemented by FrameView, and replaces Frame::paint. All of the FramePrivate member
3373 variables used by Frame::paint have moved to FrameViewPrivate instead. All callers of Frame::paint have
3856 Added IWebFrame::paintDocumentRectToContext() so we can paint a frame's
5549 (WebView::paint): Added active check.
5570 Delete backing store after we go 5 seconds without a paint.
5572 Timer will be reset if a paint occurs, so this won't negatively impact performance.
5577 (WebView::paint): Call deleteBackingStoreSoon after paint.
5901 Added a method to paint WebView content specified by
7452 window and let WebCore figure out what/where to paint. Once all ports
7837 that decided whether or not to paint. We now always want to paint,
7844 (WebViewWndProc): Removed hackery that decided sometimes not to paint.
8300 (WebViewWndProc): Repost paint messages and ignore all other messages
9285 (getUpdateRects): Factored code out of updateBackingStore and paint
9288 (WebView::paint): Ditto.
10583 (WebView::paint):
15319 (WebView::paint):
15349 (WebView::paint):
15568 Fixed "called Frame::paint with nil renderer" console messages.
15574 paint if it has a renderer. This isn't an issue on the Mac
16061 (WebScrollBar::paint): ditto
16355 (WebView::paint): Silently fail on a null Frame, because this method could be called at any time.
16795 (WebView::paint):
18320 (WebView::paint):
21006 (WebView::paint):
21143 (WebFrame::paint): added gripper drawing code.
21289 (WebFrame::paint):
21299 the big unioned invalidation rect but instead paint single rects out of the update region.
21304 (WebFrame::paint):
21360 (WebFrame::paint):
21518 (WebFrame::paint): Flip coordinates of CGBitmapContext.
21561 Add missing parameters to CG paint case.
21564 (WebFrame::paint):
21574 (WebFrame::paint):
21652 * WebFrame.cpp: (WebFrame::paint):
22235 (WebFrame::paint):
23394 (WebFrame::paint):