Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_bookmark_manager_api.cc252 int this_node_index = parent_node->GetIndexOf(nodes[node]) + 1; in RunImpl() local
253 if (this_node_index > highest_index) in RunImpl()
254 highest_index = this_node_index; in RunImpl()