Searched refs:sort_index (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc159 // uint32 sort_index; // 0 means this is the first item, 1 the second, ...
168 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT {
206 sort_index->insert(std::make_pair(item_relative_path, item_sort_index));
216 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT {
224 if (!ParseFavoritesOrderBlob(importer, blob, path, sort_index))
237 sort_index)) {
247 std::map<base::FilePath, uint32>* sort_index) WARN_UNUSED_RESULT {
253 sort_index);
261 std::map<base::FilePath, uint32> sort_index; local
262 if (!ParseFavoritesOrderInfo(importer, &sort_index))
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h627 void SetProcessSortIndex(int sort_index);
640 void SetThreadSortIndex(PlatformThreadId , int sort_index);
H A Dtrace_event_impl.cc2194 "process_sort_index", "sort_index",
2226 "thread_sort_index", "sort_index",
2303 void TraceLog::SetProcessSortIndex(int sort_index) { argument
2305 process_sort_index_ = sort_index;
2332 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { argument
2334 thread_sort_indices_[static_cast<int>(thread_id)] = sort_index;
/external/chromium_org/chrome/browser/importer/
H A Die_importer_browsertest_win.cc139 uint32 sort_index = i; local
140 memcpy(&blob[blob.size() - 4], &sort_index, 4);
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js242 process.sortIndex = event.args.sort_index;
250 thread.sortIndex = event.args.sort_index;
H A Dtrace_event_importer_test.js383 {name: 'process_sort_index', args: {sort_index: 1},
414 {name: 'thread_sort_index', args: {sort_index: 1},
/external/chromium_org/v8/src/
H A Dobjects-inl.h2781 int sort_index = array->GetSortedKeyIndex(low); local
2782 Name* entry = array->GetKey(sort_index);
2785 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) {
2786 return sort_index;

Completed in 584 milliseconds