Searched refs:shouldUpdateWhileOffscreen (Results 1 – 2 of 2) sorted by relevance
148 bool shouldUpdateWhileOffscreen() const;
2173 bool FrameView::shouldUpdateWhileOffscreen() const in shouldUpdateWhileOffscreen() function in WebCore::FrameView2178 void FrameView::setShouldUpdateWhileOffscreen(bool shouldUpdateWhileOffscreen) in setShouldUpdateWhileOffscreen() argument2180 m_shouldUpdateWhileOffscreen = shouldUpdateWhileOffscreen; in setShouldUpdateWhileOffscreen()2185 if (isOffscreen() && !shouldUpdateWhileOffscreen()) in shouldUpdate()