Searched defs:node_typed_counts (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc90 NodeTypedCountPairs node_typed_counts; local
91 SortMatches(matches, &node_typed_counts);
105 for (NodeTypedCountPairs::const_iterator i = node_typed_counts.begin();
106 i != node_typed_counts.end() && results->size() < max_count; ++i)
111 NodeTypedCountPairs* node_typed_counts) const {
119 ExtractBookmarkNodePairs(url_db, *i, node_typed_counts);
121 std::sort(node_typed_counts->begin(), node_typed_counts->end(),
128 NodeTypedCountPairs* node_typed_counts) const {
136 node_typed_counts
[all...]

Completed in 15 milliseconds