Home | History | Annotate | Download | only in google

Lines Matching refs:infobar_service

16 #include "chrome/browser/infobars/infobar_service.h"
210 const InfoBarService* infobar_service) {
211 // WARNING: |infobar_service| may point to a deleted object. Do not
213 EntryMap::iterator i(entry_map_.find(infobar_service));
285 InfoBarService* infobar_service,
287 EntryMap::iterator i(entry_map_.find(infobar_service));
308 infobar_service,
309 new GoogleURLTrackerMapEntry(this, infobar_service,
340 void GoogleURLTracker::OnNavigationCommitted(InfoBarService* infobar_service,
342 EntryMap::iterator i(entry_map_.find(infobar_service));
352 infobar_creator_.Run(infobar_service, this, search_url);