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

  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_unittest.mm 72 scoped_ptr<MockTranslateInfoBarDelegate> infobar_delegate;
97 infobar_delegate.reset(
101 static_cast<InfoBarDelegate*>(infobar_delegate.get())->CreateInfoBar());
123 EXPECT_CALL(*infobar_delegate, Translate()).Times(1);
132 EXPECT_CALL(*infobar_delegate, Translate()).Times(1);
141 EXPECT_CALL(*infobar_delegate, RevertTranslation()).Times(1);
147 EXPECT_CALL(*infobar_delegate, Translate())
171 EXPECT_CALL(*infobar_delegate, ToggleAlwaysTranslate())
177 EXPECT_CALL(*infobar_delegate, ToggleLanguageBlacklist())
183 EXPECT_CALL(*infobar_delegate, ToggleSiteBlacklist()
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h 9 #include "chrome/browser/tab_contents/infobar_delegate.h"
infobar.cc 10 #include "chrome/browser/tab_contents/infobar_delegate.h"
infobar_container.cc 7 #include "chrome/browser/tab_contents/infobar_delegate.h"
infobar_view.cc 9 #include "chrome/browser/tab_contents/infobar_delegate.h"
  /external/chromium/chrome/browser/tab_contents/
link_infobar_delegate.h 12 #include "chrome/browser/tab_contents/infobar_delegate.h"
infobar_delegate.cc 5 #include "chrome/browser/tab_contents/infobar_delegate.h"
confirm_infobar_delegate.h 12 #include "chrome/browser/tab_contents/infobar_delegate.h"
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 254 InfoBarDelegate* infobar_delegate; member in struct:GeolocationInfoBarQueueController::PendingInfoBarRequest
268 infobar_delegate(NULL) {
413 i->infobar_delegate = NULL;
433 if (i->infobar_delegate == NULL &&
455 if (!i->infobar_delegate) {
462 i->infobar_delegate = new GeolocationConfirmInfoBarDelegate(
466 tab_contents->AddInfoBar(i->infobar_delegate);
477 InfoBarDelegate* delegate = i->infobar_delegate;
488 tab_contents->RemoveInfoBar(i->infobar_delegate);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 11 #include "chrome/browser/tab_contents/infobar_delegate.h"
infobar_container_gtk.cc 13 #include "chrome/browser/tab_contents/infobar_delegate.h"

Completed in 1071 milliseconds