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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.h 74 void setRepaintStatus(RepaintStatus status) { m_repaintStatus = status; }
96 unsigned m_repaintStatus; // RepaintStatus
RenderLayerRepainter.cpp 56 , m_repaintStatus(NeedsNormalRepaint)
84 if (m_repaintStatus & NeedsFullRepaint) {
97 m_repaintStatus = NeedsNormalRepaint;
141 if (m_repaintStatus != NeedsFullRepaintForPositionedMovementLayout)

Completed in 259 milliseconds