Home
last modified time | relevance | path

Searched refs:clipsRepaints (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp226 void ScrollView::setClipsRepaints(bool clipsRepaints) in setClipsRepaints() argument
228 m_clipsRepaints = clipsRepaints; in setClipsRepaints()
951 if (clipsRepaints() && !paintsEntireContents()) in wheelEvent()
DScrollView.h126 bool clipsRepaints() const { return m_clipsRepaints; } in clipsRepaints() function
/external/webkit/Source/WebCore/page/
DFrameView.cpp1285 if (clipsRepaints()) in scrollContentsFastPath()
1308 if (clipsRepaints()) in scrollContentsFastPath()
1543 if (clipsRepaints() && !paintsEntireContents()) in repaintContentRectangle()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636936 (WebCore::ScrollView::clipsRepaints):