Home | History | Annotate | Download | only in history

Lines Matching refs:GURL

32 class GURL;
188 void AddPage(const GURL& url,
191 const GURL& referrer,
199 void AddPage(const GURL& url,
203 const GURL& referrer,
210 void AddPage(const GURL& url, history::VisitSource visit_source) {
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK,
221 void AddPageNoVisitForBookmark(const GURL& url);
227 void SetPageTitle(const GURL& url, const string16& title);
234 void SetPageContents(const GURL& url, const string16& contents);
247 virtual void OnURL(const GURL& url) = 0;
279 Handle QueryURL(const GURL& url,
312 GURL, // from_url
320 Handle QueryRedirectsFrom(const GURL& from_url,
326 Handle QueryRedirectsTo(const GURL& to_url,
339 Handle GetVisitCountToHost(const GURL& url,
350 std::vector<GURL>*, // List of top URLs.
384 void SetPageThumbnail(const GURL& url,
389 Handle GetPageThumbnail(const GURL& page_url,
396 void DeleteURL(const GURL& url);
410 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
495 void SetKeywordSearchTermsForURL(const GURL& url,
519 void URLsNoLongerBookmarked(const std::set<GURL>& urls);
554 void AddPageWithDetails(const GURL& url,
576 static bool CanAddURL(const GURL& url);
646 const GURL& icon_url,
652 const GURL& page_url,
653 const GURL& icon_url,
658 const GURL& page_url,
663 void SetFaviconOutOfDateForPage(const GURL& page_url);
673 void SetFavicon(const GURL& page_url,
674 const GURL& icon_url,