HomeSort by relevance Sort by last modified time
    Searched refs:next_node_id_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
allocation-tracker.h 52 unsigned next_node_id() { return next_node_id_++; }
56 unsigned next_node_id_; member in class:v8::internal::AllocationTraceTree
profile-generator.h 156 unsigned next_node_id() { return next_node_id_++; }
167 unsigned next_node_id_; member in class:v8::internal::ProfileTree
heap-snapshot-generator.h 574 next_node_id_(1),
612 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer
allocation-tracker.cc 75 : next_node_id_(1),
profile-generator.cc 244 next_node_id_(1),
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 254 int64 next_node_id() const { return next_node_id_; }
376 void set_next_node_id(int64 id) { next_node_id_ = id; }
397 int64 next_node_id_; member in class:BookmarkModel
bookmark_model.cc 104 next_node_id_(1),
762 next_node_id_ = details->max_id();
997 return next_node_id_++;
1014 next_node_id_));

Completed in 400 milliseconds