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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h111 , isOffscreen(true)
134 bool isOffscreen; member in struct:WebCore::FocusCandidate
H A DSpatialNavigation.cpp64 , isOffscreen(true)
87 isOffscreen = hasOffscreenRect(visibleNode);
680 ASSERT(candidate.visibleNode && candidate.isOffscreen);
H A DFocusController.cpp705 if (candidate.isOffscreen && !canBeScrolledIntoView(direction, candidate))
H A DFrameView.cpp2068 if (isOffscreen() && !shouldUpdateWhileOffscreen())
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.h197 bool isOffscreen() const;
H A DScrollView.cpp1139 bool ScrollView::isOffscreen() const function in class:WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp3014 return !document()->view()->isOffscreen();

Completed in 110 milliseconds