Searched refs:canBlitOnScroll (Results 1 – 3 of 3) sorted by relevance
119 bool canBlitOnScroll() const;
172 bool ScrollView::canBlitOnScroll() const in canBlitOnScroll() function in WebCore::ScrollView547 if (canBlitOnScroll()) { // The main frame can just blit the WebView window in scrollContents()
1012 if (view()->frameView() && view()->frameView()->canBlitOnScroll()) { in calculateBackgroundImageGeometry()