OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
314
i->second->
infobar_delegate
()->set_pending_id(pending_id);
328
i->second->
infobar_delegate
()->set_pending_id(0);
350
map_entry->
infobar_delegate
()->Update(search_url);
google_url_tracker_unittest.cc
17
#include "chrome/browser/infobars/
infobar_delegate
.h"
272
ASSERT_EQ(infobar->delegate(), map_entry->
infobar_delegate
());
389
EXPECT_EQ(0, map_entry->
infobar_delegate
()->pending_id());
392
map_entry->
infobar_delegate
()->Close(false);
430
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/ui/views/infobars/
translate_language_menu_model.cc
12
TranslateInfoBarDelegate*
infobar_delegate
,
18
infobar_delegate_(
infobar_delegate
),
translate_language_menu_model.h
28
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/geolocation/
chrome_geolocation_permission_context_unittest.cc
262
ConfirmInfoBarDelegate*
infobar_delegate
=
local
264
ASSERT_TRUE(
infobar_delegate
);
265
infobar_delegate
->Cancel();
311
ConfirmInfoBarDelegate*
infobar_delegate
= infobar_service()->
local
313
ASSERT_TRUE(
infobar_delegate
);
314
infobar_delegate
->Accept();
326
ConfirmInfoBarDelegate*
infobar_delegate
= infobar_service()->
local
328
ASSERT_TRUE(
infobar_delegate
);
329
infobar_delegate
->Accept();
409
ConfirmInfoBarDelegate*
infobar_delegate
local
435
ConfirmInfoBarDelegate*
infobar_delegate
=
local
664
InfoBarDelegate*
infobar_delegate
=
local
[
all
...]
/external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc
103
ConfirmInfoBarDelegate*
infobar_delegate
=
variable
105
ASSERT_TRUE(
infobar_delegate
);
variable
106
infobar_delegate
->Accept();
/external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc
411
InfoBarDelegate*
infobar_delegate
= infobar->delegate();
local
414
infobar_delegate
->InfoBarDismissed();
420
infobar_delegate
->AsConfirmInfoBarDelegate();
431
infobar_delegate
->AsConfirmInfoBarDelegate();
[
all
...]
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 146 milliseconds