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

  /external/chromium_org/extensions/shell/browser/
shell_audio_controller_chromeos_unittest.cc 23 ShellAudioControllerTest() : next_node_id_(1) {
54 node.id = next_node_id_++;
76 uint64 next_node_id_; member in class:extensions::ShellAudioControllerTest
  /external/chromium_org/v8/src/compiler/
generic-graph.h 19 explicit GenericGraphBase(Zone* zone) : zone_(zone), next_node_id_(0) {}
23 NodeId NextNodeID() { return next_node_id_++; }
24 NodeId NodeCount() const { return next_node_id_; }
28 NodeId next_node_id_; member in class:v8::internal::compiler::GenericGraphBase
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 249 int64 next_node_id() const { return next_node_id_; }
371 void set_next_node_id(int64 id) { next_node_id_ = id; }
392 int64 next_node_id_; member in class:BookmarkModel
  /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 155 unsigned next_node_id() { return next_node_id_++; }
166 unsigned next_node_id_; member in class:v8::internal::ProfileTree
heap-snapshot-generator.h 563 next_node_id_(1),
601 int next_node_id_; member in class:v8::internal::HeapSnapshotJSONSerializer

Completed in 445 milliseconds