OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_old_urls
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
top_sites.cc
458
std::map<GURL, size_t>
all_old_urls
;
local
460
all_old_urls
[old_list[i].url] = i;
468
std::map<GURL, size_t>::iterator found =
all_old_urls
.find(new_list[i].url);
469
if (found ==
all_old_urls
.end()) {
485
// Any member without the special marker in the
all_old_urls
list means that
487
for (std::map<GURL, size_t>::const_iterator i =
all_old_urls
.begin();
488
i !=
all_old_urls
.end(); ++i) {
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_impl.cc
395
std::map<GURL, size_t>
all_old_urls
;
local
402
all_old_urls
[old_list[i].url] = i;
418
std::map<GURL, size_t>::iterator found =
all_old_urls
.find(new_list[i].url);
419
if (found ==
all_old_urls
.end()) {
441
// Any member without the special marker in the
all_old_urls
list means that
443
for (std::map<GURL, size_t>::const_iterator i =
all_old_urls
.begin();
444
i !=
all_old_urls
.end(); ++i) {
[
all
...]
Completed in 38 milliseconds