HomeSort by relevance Sort by last modified time
    Searched refs:infobar_manager (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 227 void SetNavigationPending(infobars::InfoBarManager* infobar_manager,
229 void CommitNonSearch(infobars::InfoBarManager* infobar_manager);
230 void CommitSearch(infobars::InfoBarManager* infobar_manager,
232 void CloseTab(infobars::InfoBarManager* infobar_manager);
234 infobars::InfoBarManager* infobar_manager);
236 infobars::InfoBarManager* infobar_manager);
238 infobars::InfoBarManager* infobar_manager);
240 void ExpectListeningForCommit(infobars::InfoBarManager* infobar_manager,
333 infobars::InfoBarManager* infobar_manager,
340 infobar_managers_seen_.insert(infobar_manager);
346 infobar_manager, local
    [all...]
  /external/chromium_org/components/google/core/browser/
google_url_tracker_map_entry.cc 12 infobars::InfoBarManager* infobar_manager,
15 infobar_manager_(infobar_manager),
google_url_tracker_map_entry.h 11 #include "components/infobars/core/infobar_manager.h"
23 infobars::InfoBarManager* infobar_manager,
40 const infobars::InfoBarManager* infobar_manager() const { function in class:GoogleURLTrackerMapEntry
google_url_tracker.h 93 const infobars::InfoBarManager* infobar_manager);
98 // navigation; |infobar_manager| is the InfoBarManager of the associated tab;
105 infobars::InfoBarManager* infobar_manager,
109 // |infobar_manager| is the same as for OnNavigationPending();
111 virtual void OnNavigationCommitted(infobars::InfoBarManager* infobar_manager,
google_url_tracker.cc 17 #include "components/infobars/core/infobar_manager.h"
195 const infobars::InfoBarManager* infobar_manager) {
196 // WARNING: |infobar_manager| may point to a deleted object. Do not
198 EntryMap::iterator i(entry_map_.find(infobar_manager));
254 infobars::InfoBarManager* infobar_manager,
258 EntryMap::iterator i(entry_map_.find(infobar_manager));
272 this, infobar_manager, nav_helper.Pass());
274 entry_map_.insert(std::make_pair(infobar_manager, map_entry));
312 infobars::InfoBarManager* infobar_manager,
314 EntryMap::iterator i(entry_map_.find(infobar_manager));
    [all...]
google_url_tracker_infobar_delegate.cc 10 #include "components/infobars/core/infobar_manager.h"
18 infobars::InfoBarManager* infobar_manager,
21 return infobar_manager->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
google_url_tracker_infobar_delegate.h 23 // |infobar_manager|. Returns the infobar if it was successfully added.
25 infobars::InfoBarManager* infobar_manager,
  /external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.cc 12 #include "components/infobars/core/infobar_manager.h"
54 infobars::InfoBarManager* infobar_manager,
62 DCHECK(infobar_manager);
88 for (size_t i = 0; i < infobar_manager->infobar_count(); ++i) {
89 old_infobar = infobar_manager->infobar_at(i);
105 infobar_manager->ReplaceInfoBar(old_infobar, infobar.Pass());
107 infobar_manager->AddInfoBar(infobar.Pass());
translate_infobar_delegate.h 57 infobars::InfoBarManager* infobar_manager,
  /external/chromium_org/components/infobars/core/
infobar_container.h 12 #include "components/infobars/core/infobar_manager.h"
50 // the infobars from |infobar_manager|, and show them all. |infobar_manager|
52 void ChangeInfoBarManager(InfoBarManager* infobar_manager);
infobar_container.cc 33 void InfoBarContainer::ChangeInfoBarManager(InfoBarManager* infobar_manager) {
46 infobar_manager_ = infobar_manager;

Completed in 114 milliseconds