Searched refs:paintsEntireContents (Results 1 – 7 of 7) sorted by relevance
221 void ScrollView::setPaintsEntireContents(bool paintsEntireContents) in setPaintsEntireContents() argument223 m_paintsEntireContents = paintsEntireContents; in setPaintsEntireContents()242 if (paintsEntireContents()) in visibleContentRect()951 if (clipsRepaints() && !paintsEntireContents()) in wheelEvent()1062 if (!paintsEntireContents()) { in wheelEvent()
121 bool paintsEntireContents() const { return m_paintsEntireContents; } in paintsEntireContents() function
1543 if (clipsRepaints() && !paintsEntireContents()) in repaintContentRectangle()2106 if (paintsEntireContents()) in windowClipRect()
1331 return sd->frame->view()->paintsEntireContents(); in ewk_frame_paint_full_get()
10590 ScrollView: Don't translate by scrollX/scrollY or clip when paintsEntireContents()10596 rect in paintsEntireContents() mode.10659 ScrollView: Let visibleContentRect() return the contentsSize() if paintsEntireContents()14364 will not be updated again on scroll. If paintsEntireContents is15086 will not be updated again on scroll. If paintsEntireContents is
25728 A new property, paintsEntireContents, has been introduced for the25742 (WebCore::ScrollView::paintsEntireContents):
17801 [WK2] Set paintsEntireContents for "resizes to contents" mode