Searched refs:enclosingScrollableBox (Results 1 – 8 of 8) sorted by relevance
104 , enclosingScrollableBox(0) in FocusCandidate()117 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; } in inScrollableContainer()126 Node* enclosingScrollableBox; member
58 , enclosingScrollableBox(0) in FocusCandidate()688 if (parentNode == candidate.enclosingScrollableBox) in canBeScrolledIntoView()
793 candidate.enclosingScrollableBox = &container; in findFocusCandidateInContainer()855 Node* container = focusCandidate.enclosingScrollableBox; in advanceFocusDirectionallyInContainer()
143 if (RenderBox* enclosingScrollableBox = m_box->enclosingScrollableBox()) in enclosingScrollableArea() local144 return enclosingScrollableBox->layer()->scrollableArea(); in enclosingScrollableArea()
205 RenderBox* enclosingScrollableBox() const;
1091 if (RenderBox* enclosingScrollableBox = renderer()->enclosingScrollableBox()) in enclosingScrollableLayer() local1092 return enclosingScrollableBox->layer(); in enclosingScrollableLayer()
583 parentBox = enclosingScrollableBox(); in scrollRectToVisible()960 if (RenderBox* scrollableBox = enclosingScrollableBox()) in scrollByRecursively()
592 RenderBox* RenderObject::enclosingScrollableBox() const in enclosingScrollableBox() function in WebCore::RenderObject