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

  /external/chromium_org/chrome/browser/google/
google_url_tracker_map_entry.cc 43 GoogleURLTrackerInfoBarDelegate* infobar_delegate) {
45 infobar_delegate_ = infobar_delegate;
google_url_tracker_map_entry.h 28 GoogleURLTrackerInfoBarDelegate* infobar_delegate() { function in class:GoogleURLTrackerMapEntry
31 void SetInfoBarDelegate(GoogleURLTrackerInfoBarDelegate* infobar_delegate);
google_url_tracker.cc 313 i->second->infobar_delegate()->set_pending_id(pending_id);
327 i->second->infobar_delegate()->set_pending_id(0);
349 map_entry->infobar_delegate()->Update(search_url);
google_url_tracker_unittest.cc 17 #include "chrome/browser/infobars/infobar_delegate.h"
274 ASSERT_EQ(infobar, map_entry->infobar_delegate());
390 EXPECT_EQ(0, map_entry->infobar_delegate()->pending_id());
393 map_entry->infobar_delegate()->Close(false);
431 return map_entry ? map_entry->infobar_delegate() : NULL;
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 23 ConfirmInfoBarDelegate* infobar_delegate() { return infobar_delegate_.get(); } function in class:MockTabDownloadState
74 if (state.infobar_delegate()->Accept())
81 if (state.infobar_delegate()->Cancel())
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 262 ConfirmInfoBarDelegate* infobar_delegate = local
264 ASSERT_TRUE(infobar_delegate);
265 infobar_delegate->Cancel();
266 infobar_service()->RemoveInfoBar(infobar_delegate);
268 EXPECT_TRUE(closed_infobar_tracker_.Contains(infobar_delegate));
269 delete infobar_delegate;
312 ConfirmInfoBarDelegate* infobar_delegate = local
314 ASSERT_TRUE(infobar_delegate);
315 infobar_delegate->Accept();
327 ConfirmInfoBarDelegate* infobar_delegate local
406 ConfirmInfoBarDelegate* infobar_delegate = local
641 InfoBarDelegate* infobar_delegate = infobar_service()->infobar_at(0); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.cc 13 TranslateInfoBarDelegate* infobar_delegate,
19 infobar_delegate_(infobar_delegate),
translate_language_menu_model.h 27 TranslateInfoBarDelegate* infobar_delegate,
  /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_org/chrome/browser/notifications/
notification_browsertest.cc 409 InfoBarDelegate* infobar_delegate = local
413 infobar_delegate->InfoBarDismissed();
414 infobar_service->RemoveInfoBar(infobar_delegate);
419 infobar_delegate->AsConfirmInfoBarDelegate();
423 infobar_service->RemoveInfoBar(infobar_delegate);
430 infobar_delegate->AsConfirmInfoBarDelegate();
434 infobar_service->RemoveInfoBar(infobar_delegate);
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 102 ConfirmInfoBarDelegate* infobar_delegate = variable
104 ASSERT_TRUE(infobar_delegate); variable
105 infobar_delegate->Accept();
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 395 milliseconds