OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_rank
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/history/
top_sites_database.cc
176
// Update any rows where |
next_rank
| doesn't match |url_rank|.
177
int
next_rank
= 0;
local
181
if (url_rank !=
next_rank
) {
184
update_statement.BindInt(0,
next_rank
);
188
++
next_rank
;
Completed in 70 milliseconds