Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h109 , isOffscreen(true) in FocusCandidate()
132 bool isOffscreen; member
DSpatialNavigation.cpp63 , isOffscreen(true) in FocusCandidate()
86 isOffscreen = hasOffscreenRect(visibleNode); in FocusCandidate()
679 ASSERT(candidate.visibleNode && candidate.isOffscreen); in canBeScrolledIntoView()
DFocusController.cpp731 if (candidate.isOffscreen && !canBeScrolledIntoView(direction, candidate)) in updateFocusCandidateIfNeeded()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h194 bool isOffscreen() const;
DScrollView.cpp1112 bool ScrollView::isOffscreen() const in isOffscreen() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2185 if (isOffscreen() && !shouldUpdateWhileOffscreen()) in shouldUpdate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3088 return !document().view()->isOffscreen(); in willRenderImage()