Home | History | Annotate | Download | only in history

Lines Matching refs:page_url

433 void HistoryService::SetPageThumbnail(const GURL& page_url,
436 if (!CanAddURL(page_url))
440 page_url, thumbnail, score);
444 const GURL& page_url,
448 new history::GetPageThumbnailRequest(callback), page_url);
460 const GURL& page_url,
464 request, page_url, icon_url, history::FAVICON);
469 const GURL& page_url,
472 page_url, icon_types);
475 void HistoryService::SetFavicon(const GURL& page_url,
479 if (!CanAddURL(page_url))
483 page_url, icon_url,
488 void HistoryService::SetFaviconOutOfDateForPage(const GURL& page_url) {
490 &HistoryBackend::SetFaviconOutOfDateForPage, page_url);