HomeSort by relevance Sort by last modified time
    Searched refs:enclosingScrollableBox (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 104 , enclosingScrollableBox(0)
117 bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; }
126 Node* enclosingScrollableBox;
FocusController.cpp 793 candidate.enclosingScrollableBox = &container;
    [all...]
SpatialNavigation.cpp 58 , enclosingScrollableBox(0)
688 if (parentNode == candidate.enclosingScrollableBox)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 143 if (RenderBox* enclosingScrollableBox = m_box->enclosingScrollableBox())
144 return enclosingScrollableBox->layer()->scrollableArea();
    [all...]
RenderObject.h 205 RenderBox* enclosingScrollableBox() const;
    [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp 583 parentBox = enclosingScrollableBox();
    [all...]
RenderObject.cpp 592 RenderBox* RenderObject::enclosingScrollableBox() const
    [all...]

Completed in 50 milliseconds