Searched defs:sort_index (Results 1 – 5 of 5) sorted by relevance
166 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT { in ParseFavoritesOrderBlob()214 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT { in ParseFavoritesOrderRegistryTree()245 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT { in ParseFavoritesOrderInfo()259 std::map<base::FilePath, uint32> sort_index; in SortBookmarksInIEOrder() local
139 uint32 sort_index = i; in CreateOrderBlob() local
2164 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex()2193 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex()
383 {name: 'process_sort_index', args: {sort_index: 1}, property414 {name: 'thread_sort_index', args: {sort_index: 1}, property
2617 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch() local