Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h103 , enclosingScrollableBox(nullptr) in FocusCandidate()
114 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; } in inScrollableContainer()
123 RawPtrWillBeMember<Node> enclosingScrollableBox; member
DSpatialNavigation.cpp60 , enclosingScrollableBox(nullptr) in FocusCandidate()
707 if (parentNode == candidate.enclosingScrollableBox) in canBeScrolledIntoView()
DFocusController.cpp811 candidate.enclosingScrollableBox = &container; in findFocusCandidateInContainer()
873 Node* container = focusCandidate.enclosingScrollableBox; in advanceFocusDirectionallyInContainer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h209 RenderBox* enclosingScrollableBox() const;
DRenderBox.cpp500 parentBox = enclosingScrollableBox(); in scrollRectToVisible()
833 if (RenderBox* scrollableBox = enclosingScrollableBox()) in scrollByRecursively()
DRenderObject.cpp621 RenderBox* RenderObject::enclosingScrollableBox() const in enclosingScrollableBox() function in blink::RenderObject