Searched refs:isOffscreen (Results 1 – 9 of 9) sorted by relevance
111 , isOffscreen(true) in FocusCandidate()134 bool isOffscreen; member
66 , isOffscreen(true) in FocusCandidate()89 isOffscreen = hasOffscreenRect(visibleNode); in FocusCandidate()684 ASSERT(candidate.visibleNode && candidate.isOffscreen); in canBeScrolledIntoView()
449 if (candidate.isOffscreen && !canBeScrolledIntoView(direction, candidate)) in updateFocusCandidateIfNeeded()
1929 if (!immediateRequested && isOffscreen() && !shouldUpdateWhileOffscreen()) in shouldUpdate()
223 bool isOffscreen() const;
1223 bool ScrollView::isOffscreen() const in wheelEvent() function in WebCore::ScrollView
2412 return !document()->inPageCache() && !document()->view()->isOffscreen(); in willRenderImage()
82434 …Make isOffscreen cross-platform. Only Mac implements this method, so hold off on adding API to the82440 (WebCore::ScrollView::isOffscreen):84482 …offscreen cross-platform. Rename the inWindow method to isOffscreen (which flips the boolean), si…84483 …more clearly conveys the intent of the method. Make isOffscreen also check NSWindow visibility on…84492 (WebCore::ScrollView::isOffscreen):84495 (WebCore::ScrollView::isOffscreen):84497 (WebCore::ScrollView::isOffscreen):84499 (WebCore::ScrollView::isOffscreen):84501 (WebCore::ScrollView::isOffscreen):
15559 document()->view()->isOffscreen() returns true in15564 ScrollView::isOffscreen() calls [NSWindow isVisible]. In WebKit2, the