Home
last modified time | relevance | path

Searched refs:max_node_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_storage.cc68 int64 max_node_id = 0; in Run() local
72 &max_node_id, *root.get()); in Run()
73 details_->set_max_id(std::max(max_node_id, details_->max_id())); in Run()
Dbookmark_codec.h58 int64* max_node_id,