Home | History | Annotate | Download | only in mac

Lines Matching refs:dumpHistoryItem

746 static void dumpHistoryItem(WebHistoryItem *item, int indent, BOOL current)
774 dumpHistoryItem([kids objectAtIndex:i], indent+4, NO);
885 dumpHistoryItem([itemsToPrint objectAtIndex:i], 8, i == currentItemIndex);