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 214 void ScrollView::setPaintsEntireContents(bool paintsEntireContents)
216 m_paintsEntireContents = paintsEntireContents;
235 if (paintsEntireContents())
920 if (clipsRepaints() && !paintsEntireContents())
    [all...]
ScrollView.h 117 bool paintsEntireContents() const { return m_paintsEntireContents; }
121 // 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 52 milliseconds