HomeSort by relevance Sort by last modified time
    Searched full:m_anchoredges (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.h 52 , m_anchorEdges(other.m_anchorEdges)
59 AnchorEdges anchorEdges() const { return m_anchorEdges; }
60 bool hasAnchorEdge(AnchorEdgeFlags flag) const { return m_anchorEdges & flag; }
61 void addAnchorEdge(AnchorEdgeFlags edgeFlag) { m_anchorEdges |= edgeFlag; }
62 void setAnchorEdges(AnchorEdges edges) { m_anchorEdges = edges; }
69 : m_anchorEdges(0)
73 AnchorEdges m_anchorEdges;
99 && m_anchorEdges == other.m_anchorEdges
    [all...]

Completed in 179 milliseconds