HomeSort by relevance Sort by last modified time
    Searched refs:clipsRepaints (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollView.h 125 // false, paint events are no longer clipped. paintsEntireContents() implies !clipsRepaints().
126 bool clipsRepaints() const { return m_clipsRepaints; }
ScrollView.cpp 226 void ScrollView::setClipsRepaints(bool clipsRepaints)
228 m_clipsRepaints = clipsRepaints;
951 if (clipsRepaints() && !paintsEntireContents())
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]

Completed in 414 milliseconds