Searched refs:isOffscreen (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpatialNavigation.h111 , isOffscreen(true)
134 bool isOffscreen; member in struct:WebCore::FocusCandidate
H A DSpatialNavigation.cpp66 , isOffscreen(true)
89 isOffscreen = hasOffscreenRect(visibleNode);
682 ASSERT(candidate.visibleNode && candidate.isOffscreen);
H A DFocusController.cpp717 if (candidate.isOffscreen && !canBeScrolledIntoView(direction, candidate))
H A DFrameView.cpp2591 if (!immediateRequested && isOffscreen() && !shouldUpdateWhileOffscreen())
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h234 bool isOffscreen() const;
H A DScrollView.cpp1295 bool ScrollView::isOffscreen() const function in class:WebCore::ScrollView
1303 // FIXME: Add a HostWindow::isOffscreen method here. Since only Mac implements this method
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.cpp2976 return !document()->inPageCache() && !document()->view()->isOffscreen();

Completed in 333 milliseconds