Searched refs:m_oldRepaintRect (Results 1 – 1 of 1) sorted by relevance
986 const LayoutRect& oldRepaintRect() const { return m_oldRepaintRect; } in oldRepaintRect()987 void setOldRepaintRect(const LayoutRect& rect) { m_oldRepaintRect = rect; } in setOldRepaintRect()1228 LayoutRect m_oldRepaintRect; variable