Home
last modified time | relevance | path

Searched refs:canBlitOnScroll (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp208 if (canBlitOnScroll()) in platformSetScrollPosition()
309 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll) in platformSetCanBlitOnScroll() argument
311 m_canBlitOnScroll = canBlitOnScroll; in platformSetCanBlitOnScroll()
/external/webkit/Source/WebCore/platform/mac/
DScrollViewMac.mm96 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll)
99 [[scrollView() contentView] setCopiesOnScroll:canBlitOnScroll];
/external/webkit/Source/WebCore/platform/
DScrollView.h141 bool canBlitOnScroll() const;
DScrollView.cpp206 bool ScrollView::canBlitOnScroll() const in canBlitOnScroll() function in WebCore::ScrollView
663 if (canBlitOnScroll()) { // The main frame can just blit the WebView window in scrollContents()
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp854 if (view()->frameView() && view()->frameView()->canBlitOnScroll()) { in calculateBackgroundImageGeometry()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1662727 (WebCore::ScrollView::canBlitOnScroll):
85423 (WebCore::ScrollView::canBlitOnScroll):
DChangeLog-2010-12-0620105 updateCanBlitOnScrollRecursively() to ensure that the canBlitOnScroll