Home
last modified time | relevance | path

Searched refs:useSlowRepaints (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h345 bool useSlowRepaints(bool considerOverlap = true) const;
DFrameView.cpp1162 bool FrameView::useSlowRepaints(bool considerOverlap) const in useSlowRepaints() function in WebCore::FrameView
1189 return parentView->useSlowRepaints(considerOverlap); in useSlowRepaints()
1196 return useSlowRepaints(false); in useSlowRepaintsIfNotOverlapped()
1201 return !useSlowRepaints(); in shouldAttemptToScrollUsingFastPath()