Home
last modified time | relevance | path

Searched refs:shouldUpdateWhileOffscreen (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h148 bool shouldUpdateWhileOffscreen() const;
DFrameView.cpp2173 bool FrameView::shouldUpdateWhileOffscreen() const in shouldUpdateWhileOffscreen() function in WebCore::FrameView
2178 void FrameView::setShouldUpdateWhileOffscreen(bool shouldUpdateWhileOffscreen) in setShouldUpdateWhileOffscreen() argument
2180 m_shouldUpdateWhileOffscreen = shouldUpdateWhileOffscreen; in setShouldUpdateWhileOffscreen()
2185 if (isOffscreen() && !shouldUpdateWhileOffscreen()) in shouldUpdate()