Home
last modified time | relevance | path

Searched defs:sort_index (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/utility/importer/
Die_importer_win.cc166 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
/external/chromium_org/chrome/browser/importer/
Die_importer_browsertest_win.cc139 uint32 sort_index = i; in CreateOrderBlob() local
/external/chromium_org/base/debug/
Dtrace_event_impl.cc2164 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex()
2193 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex()
/external/chromium-trace/trace-viewer/src/tracing/importer/
Dtrace_event_importer_test.js383 {name: 'process_sort_index', args: {sort_index: 1}, property
414 {name: 'thread_sort_index', args: {sort_index: 1}, property
/external/chromium_org/v8/src/
Dobjects-inl.h2617 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch() local