Home
last modified time | relevance | path

Searched refs:hasOffscreenRect (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSpatialNavigation.h138 bool hasOffscreenRect(Node*, FocusDirection direction = FocusDirectionNone);
H A DFocusController.cpp552 if (focusedNode && !hasOffscreenRect(focusedNode)) in advanceFocusDirectionallyInContainer()
570 if (focusedNode && !hasOffscreenRect(focusedNode)) in advanceFocusDirectionallyInContainer()
606 if (!hasOffscreenRect(focusedNode)) { in advanceFocusDirectionally()
H A DSpatialNavigation.cpp89 isOffscreen = hasOffscreenRect(visibleNode); in FocusCandidate()
90 isOffscreenAfterScrolling = hasOffscreenRect(visibleNode, direction); in FocusCandidate()
294 bool hasOffscreenRect(Node* node, FocusDirection direction) in hasOffscreenRect() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2421845 …Spatial Navigation: make hasOffscreenRect() to earlier return 'true' if absoluteClippedOverflowRec…
21849 … So hasOffscreenRect method (SpatialNavigation.cpp) can safily bail out earlier in such cases.
21852 (WebCore::hasOffscreenRect):
39945 (WebCore::hasOffscreenRect):
H A DChangeLog28720 (WebCore::hasOffscreenRect):
H A DChangeLog-2010-12-067631 (WebCore::hasOffscreenRect):