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

  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker.cc 49 int64 next_node_id) {
58 BookmarkNode* child = new BookmarkNode(next_node_id++, url);
64 next_node_id = LoadInitial(child, children, next_node_id);
71 return next_node_id;
managed_bookmarks_tracker.h 47 // will be assigned IDs starting at |next_node_id|.
51 int64 next_node_id);
  /external/chromium_org/v8/src/
profile-generator-inl.h 47 id_(tree->next_node_id()) { }
allocation-tracker.h 52 unsigned next_node_id() { return next_node_id_++; } function in class:v8::internal::AllocationTraceTree
profile-generator.h 156 unsigned next_node_id() { return next_node_id_++; } function in class:v8::internal::ProfileTree
allocation-tracker.cc 21 id_(tree->next_node_id()) {
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 89 int64* next_node_id);
chrome_bookmark_client.cc 240 int64* next_node_id) {
244 int64 managed_id = *next_node_id;
246 *next_node_id = policy::ManagedBookmarksTracker::LoadInitial(
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmark_api_helpers_unittest.cc 132 int64 invalid_id = model_->next_node_id();
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 254 int64 next_node_id() const { return next_node_id_; } function in class:BookmarkModel

Completed in 197 milliseconds