Searched refs:enclosingScrollableBox (Results 1 – 6 of 6) sorted by relevance
103 , enclosingScrollableBox(nullptr) in FocusCandidate()114 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; } in inScrollableContainer()123 RawPtrWillBeMember<Node> enclosingScrollableBox; member
60 , enclosingScrollableBox(nullptr) in FocusCandidate()707 if (parentNode == candidate.enclosingScrollableBox) in canBeScrolledIntoView()
811 candidate.enclosingScrollableBox = &container; in findFocusCandidateInContainer()873 Node* container = focusCandidate.enclosingScrollableBox; in advanceFocusDirectionallyInContainer()
209 RenderBox* enclosingScrollableBox() const;
500 parentBox = enclosingScrollableBox(); in scrollRectToVisible()833 if (RenderBox* scrollableBox = enclosingScrollableBox()) in scrollByRecursively()
621 RenderBox* RenderObject::enclosingScrollableBox() const in enclosingScrollableBox() function in blink::RenderObject