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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 170 void ScrollView::setPaintsEntireContents(bool paintsEntireContents)
172 m_paintsEntireContents = paintsEntireContents;
775 if (clipsPaintInvalidations() && !paintsEntireContents())
868 if (!paintsEntireContents()) {
879 if (!paintsEntireContents()) {
    [all...]
ScrollView.h 106 bool paintsEntireContents() const { return m_paintsEntireContents; }
110 // false, paint events are no longer clipped. paintsEntireContents() implies !clipsRepaints().
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 337 milliseconds