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

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 221 void ScrollView::setPaintsEntireContents(bool paintsEntireContents)
223 m_paintsEntireContents = paintsEntireContents;
242 if (paintsEntireContents())
951 if (clipsRepaints() && !paintsEntireContents())
    [all...]
ScrollView.h 121 bool paintsEntireContents() const { return m_paintsEntireContents; }
125 // false, paint events are no longer clipped. paintsEntireContents() implies !clipsRepaints().
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp     [all...]

Completed in 96 milliseconds