Lines Matching refs:url
115 // test if a URL is bookmarked; it may be NULL during testing.
152 // in-memory URL database. The returned pointer MAY BE NULL if the in-memory
164 // Adds the given canonical URL to history with the current time as the visit
175 // that can be performed on the given URL. The 'page_id' should be the ID of
188 void AddPage(const GURL& url,
199 void AddPage(const GURL& url,
210 void AddPage(const GURL& url, history::VisitSource visit_source) {
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK,
218 // Adds an entry for the specified url without creating a visit. This should
221 void AddPageNoVisitForBookmark(const GURL& url);
227 void SetPageTitle(const GURL& url, const string16& title);
231 // Notifies history of the body text of the given recently-visited URL.
232 // If the URL was not visited "recently enough," the history system may
234 void SetPageContents(const GURL& url, const string16& contents);
245 // Indicates that a URL is available. There will be exactly one call for
246 // every URL in history.
247 virtual void OnURL(const GURL& url) = 0;
262 // Returns the information about the requested URL. If the URL is found,
275 // Queries the basic information about the URL in the history database. If
276 // the caller is interested in the visits (each time the URL is visited),
279 Handle QueryURL(const GURL& url,
307 // If there is no such URL in the database or the most recent visit has no
318 // URL. See the RedirectQuerySource above, which is guaranteed to be called
325 // URL.
338 // identified by url. This is only valid for http and https urls.
339 Handle GetVisitCountToHost(const GURL& url,
345 // in the map containing redirects from the URL. For example, if we have the
346 // redirect chain A -> B -> C and A is a top visited URL, then A will be in
382 // Sets the thumbnail for a given URL. The URL must be in the history
384 void SetPageThumbnail(const GURL& url,
395 // Delete all the information related to a single url.
396 void DeleteURL(const GURL& url);
481 // to the segment ID. The URL and all the other information is set to the page
493 // Sets the search terms for the specified url and keyword. url_id gives the
494 // id of the url, keyword_id the id of the keyword and term the search term.
495 void SetKeywordSearchTermsForURL(const GURL& url,
518 // Notification that a URL is no longer bookmarked.
548 // into the database. This assumes the URL doesn't exist in the database
554 void AddPageWithDetails(const GURL& url,
574 // Returns true if this looks like the type of URL we want to add to the
576 static bool CanAddURL(const GURL& url);
679 // Sets the in-memory URL database. This is called by the backend once the