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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 52 // setting |max_node_id| to the greatest node id. Returns true on success,
55 // |max_node_id| is set to the max id of the nodes.
58 int64* max_node_id,
bookmark_storage.cc 68 int64 max_node_id = 0; local
72 &max_node_id, *root.get());
73 details_->set_max_id(std::max(max_node_id, details_->max_id()));

Completed in 47 milliseconds