Searched refs:canBlitOnScroll (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
H A DScrollViewMac.mm96 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll)
99 [[scrollView() contentView] setCopiesOnScroll:canBlitOnScroll];
/external/webkit/Source/WebCore/platform/wx/
H A DScrollViewWx.cpp208 if (canBlitOnScroll())
309 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll) argument
311 m_canBlitOnScroll = canBlitOnScroll;
/external/webkit/Source/WebCore/platform/
H A DScrollView.h145 bool canBlitOnScroll() const;
H A DScrollView.cpp213 bool ScrollView::canBlitOnScroll() const function in class:WebCore::ScrollView
694 if (canBlitOnScroll()) { // The main frame can just blit the WebView window
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp854 if (view()->frameView() && view()->frameView()->canBlitOnScroll()) {

Completed in 3158 milliseconds