Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.h126 bool clipsRepaints() const { return m_clipsRepaints; } in clipsRepaints()
371 bool m_clipsRepaints; variable
DScrollView.cpp65 , m_clipsRepaints(true) in ScrollView()
228 m_clipsRepaints = clipsRepaints; in setClipsRepaints()