Home | History | Annotate | Download | only in enhanced_bookmarks

Lines Matching defs:ItemPosition

15 class ItemPosition {
17 ~ItemPosition();
20 static ItemPosition CreateInitialPosition();
23 static ItemPosition CreateBefore(const ItemPosition& other);
24 static ItemPosition CreateBetween(const ItemPosition& before,
25 const ItemPosition& after);
26 static ItemPosition CreateAfter(const ItemPosition& other);
36 bool Equals(const ItemPosition& other) const;
37 bool LessThan(const ItemPosition& other) const;
42 ItemPosition();
43 explicit ItemPosition(const PositionVector& position);