Home | History | Annotate | Download | only in mac

Lines Matching full:insertitem

1002         (-[WebHistoryPrivate insertItem:forDateKey:]): Maintain the array of entries in descending order.
1031 (-[WebHistoryPrivate insertItem:forDateKey:]): Perform a binary search within the day's history items rather than a linear search.
6456 (-[WebHistoryPrivate insertItem:atDateIndex:]): Use lastVisitedTimeInterval rather than _lastVisitedDate to avoid allocating NSCalendarDates.