Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h119 bool canBlitOnScroll() const;
DScrollView.cpp172 bool ScrollView::canBlitOnScroll() const in canBlitOnScroll() function in WebCore::ScrollView
547 if (canBlitOnScroll()) { // The main frame can just blit the WebView window in scrollContents()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1012 if (view()->frameView() && view()->frameView()->canBlitOnScroll()) { in calculateBackgroundImageGeometry()