Home
last modified time | relevance | path

Searched refs:hasAnchorEdge (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingConstraints.cpp35 if (hasAnchorEdge(AnchorEdgeLeft)) in layerPositionForViewportRect()
37 else if (hasAnchorEdge(AnchorEdgeRight)) in layerPositionForViewportRect()
40 if (hasAnchorEdge(AnchorEdgeTop)) in layerPositionForViewportRect()
42 else if (hasAnchorEdge(AnchorEdgeBottom)) in layerPositionForViewportRect()
52 if (hasAnchorEdge(AnchorEdgeRight)) { in computeStickyOffset()
62 if (hasAnchorEdge(AnchorEdgeLeft)) { in computeStickyOffset()
72 if (hasAnchorEdge(AnchorEdgeBottom)) { in computeStickyOffset()
82 if (hasAnchorEdge(AnchorEdgeTop)) { in computeStickyOffset()
DScrollingConstraints.h60 bool hasAnchorEdge(AnchorEdgeFlags flag) const { return m_anchorEdges & flag; } in hasAnchorEdge() function