Home
last modified time | relevance | path

Searched refs:compareHistoryItems (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/gtk/
DDumpRenderTree.cpp151 static gint compareHistoryItems(gpointer* item1, gpointer* item2) in compareHistoryItems() function
196 kids = g_list_sort(kids, (GCompareFunc) compareHistoryItems); in dumpHistoryItem()
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp368 static int compareHistoryItems(const void* item1, const void* item2) in compareHistoryItems() function
476 qsort(kidsVector.data(), kidsCount, sizeof(kidsVector[0]), compareHistoryItems); in dumpHistoryItem()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm611 static NSInteger compareHistoryItems(id item1, id item2, void *context) function
642 kids = [kids sortedArrayUsingFunction:&compareHistoryItems context:nil];
/external/webkit/WebKitTools/
DChangeLog-2009-06-162613 (compareHistoryItems):
20677 (compareHistoryItems): New utility to support sorting.