Home
last modified time | relevance | path

Searched defs:shouldUpdateWhileOffscreen (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebViewData.h142 BOOL shouldUpdateWhileOffscreen; variable
DWebView.mm4189 {
/external/webkit/Source/WebCore/page/
DFrameView.cpp1903 bool FrameView::shouldUpdateWhileOffscreen() const in shouldUpdateWhileOffscreen() function in WebCore::FrameView
1908 void FrameView::setShouldUpdateWhileOffscreen(bool shouldUpdateWhileOffscreen) in setShouldUpdateWhileOffscreen()