Searched refs:hasEverPainted (Results 1 – 2 of 2) sorted by relevance
107 bool needsFirstPaint = document->view() && !document->view()->hasEverPainted(); in checkForYieldBeforeScript()
220 bool hasEverPainted() const { return m_lastPaintTime; } in hasEverPainted() function