Home | History | Annotate | Download | only in automation

Lines Matching full:visited

1990     const history::MostVisitedURL& visited = visited_list[i];
1991 if (visited.url.spec().empty())
1992 break; // This is the signal that there are no more real visited sites.
1994 dict->SetString("url", visited.url.spec());
1995 dict->SetString("title", visited.title);
1996 dict->SetBoolean("is_pinned", top_sites_->IsURLPinned(visited.url));