Home | History | Annotate | Download | only in google

Lines Matching refs:search_url

44       const GURL& search_url);
50 const GURL& search_url);
54 virtual void Update(const GURL& search_url) OVERRIDE;
230 void CommitSearch(intptr_t unique_id, const GURL& search_url);
247 const GURL& search_url);
397 const GURL& search_url) {
398 DCHECK(search_url.is_valid());
402 reinterpret_cast<InfoBarService*>(unique_id), search_url);
453 const GURL& search_url) {
455 search_url);
468 const GURL& search_url) {
470 google_url_tracker, search_url);
476 const GURL& search_url)
477 : GoogleURLTrackerInfoBarDelegate(NULL, google_url_tracker, search_url),
485 void TestInfoBarDelegate::Update(const GURL& search_url) {
486 set_search_url(search_url);
1007 // Committing this search should change the visible infobar's search_url.
1011 delegate->search_url());
1035 delegate2->search_url());
1047 delegate4->search_url());