Home | History | Annotate | Download | only in loader

Lines Matching defs:HistoryItem

42 class HistoryItem;
46 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
48 class HistoryItem : public RefCounted<HistoryItem> {
50 static PassRefPtr<HistoryItem> create() { return adoptRef(new HistoryItem); }
51 ~HistoryItem();
106 HistoryItem();
119 // clones of one another. Traversing history from one such HistoryItem to
120 // another is a no-op. HistoryItem clones are created for parent and
126 // such HistoryItem to another preserves the document.
131 // whether a HistoryItem should navigate an existing frame or create a new
142 }; // class HistoryItem