Searched refs:SortTabsByRecency (Results 1 – 2 of 2) sorted by relevance
82 bool SortTabsByRecency(const SessionTab* t1, const SessionTab* t2) { in SortTabsByRecency() function474 SortTabsByRecency); in BuildTabsFromOtherDevices()
66 bool SortTabsByRecency(const SessionTab* t1, const SessionTab* t2) { in SortTabsByRecency() function260 std::sort(tabs_in_window.begin(), tabs_in_window.end(), SortTabsByRecency); in CreateWindowModel()