Home | History | Annotate | Download | only in gtk

Lines Matching refs:dumpHistoryItem

295 static void dumpHistoryItem(WebKitWebHistoryItem* item, int indent, bool current)
336 dumpHistoryItem(WEBKIT_WEB_HISTORY_ITEM(g_list_nth_data(kids, i)), indent+4, FALSE);
375 dumpHistoryItem(item, historyItemIndent, i == currentItemIndex);