OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_node_id
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc
64
int64
max_node_id
= 0;
local
68
details->mobile_folder_node(), &
max_node_id
, *root.get());
69
details->set_max_id(std::max(
max_node_id
, details->max_id()));
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.
59
int64*
max_node_id
,
/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 41 milliseconds