OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_rank
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_database.cc
337
int
old_rank
= GetURLRank(url);
local
338
if (
old_rank
< 0)
351
shift_statement.BindInt(0,
old_rank
);
/external/chromium_org/chrome/browser/history/
top_sites_database.cc
688
int
old_rank
= GetURLRank(url);
local
689
if (
old_rank
== kRankOfNonExistingURL)
694
if (
old_rank
!= kRankOfForcedURL) {
701
shift_statement.BindInt(0,
old_rank
);
top_sites_impl.cc
427
int
old_rank
= found->second >= num_old_forced ?
local
429
if (
old_rank
!= rank ||
[
all
...]
Completed in 44 milliseconds