Searched refs:enclosingScrollableBox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h106 , enclosingScrollableBox(0)
119 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; }
128 Node* enclosingScrollableBox; member in struct:WebCore::FocusCandidate
H A DFocusController.cpp768 candidate.enclosingScrollableBox = container;
830 Node* container = focusCandidate.enclosingScrollableBox;
H A DSpatialNavigation.cpp59 , enclosingScrollableBox(0)
689 if (parentNode == candidate.enclosingScrollableBox)

Completed in 39 milliseconds