Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h104 , enclosingScrollableBox(0) in FocusCandidate()
117 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; } in inScrollableContainer()
126 Node* enclosingScrollableBox; member
DSpatialNavigation.cpp58 , enclosingScrollableBox(0) in FocusCandidate()
688 if (parentNode == candidate.enclosingScrollableBox) in canBeScrolledIntoView()
DFocusController.cpp793 candidate.enclosingScrollableBox = &container; in findFocusCandidateInContainer()
855 Node* container = focusCandidate.enclosingScrollableBox; in advanceFocusDirectionallyInContainer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp143 if (RenderBox* enclosingScrollableBox = m_box->enclosingScrollableBox()) in enclosingScrollableArea() local
144 return enclosingScrollableBox->layer()->scrollableArea(); in enclosingScrollableArea()
DRenderObject.h205 RenderBox* enclosingScrollableBox() const;
DRenderLayer.cpp1091 if (RenderBox* enclosingScrollableBox = renderer()->enclosingScrollableBox()) in enclosingScrollableLayer() local
1092 return enclosingScrollableBox->layer(); in enclosingScrollableLayer()
DRenderBox.cpp583 parentBox = enclosingScrollableBox(); in scrollRectToVisible()
960 if (RenderBox* scrollableBox = enclosingScrollableBox()) in scrollByRecursively()
DRenderObject.cpp592 RenderBox* RenderObject::enclosingScrollableBox() const in enclosingScrollableBox() function in WebCore::RenderObject