OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:infobar_
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc
21
return
infobar_
->AsConfirmInfoBarDelegate();
28
if (
infobar_
!= NULL)
29
infobar_
.release()->InfoBarClosed();
36
scoped_ptr<InfoBarDelegate>
infobar_
;
member in class:MockTabDownloadState
48
infobar_
.reset(new DownloadRequestInfoBarDelegate(NULL, this));
66
static_cast<DownloadRequestInfoBarDelegate*>(
infobar_
.get())->set_host(NULL);
download_request_limiter.h
111
bool is_showing_prompt() const { return (
infobar_
!= NULL); }
128
infobar_
(NULL) {
162
DownloadRequestInfoBarDelegate*
infobar_
;
member in class:DownloadRequestLimiter::TabDownloadState
/external/chromium/chrome/browser/ui/views/
collected_cookies_win.h
107
InfobarView*
infobar_
;
member in class:CollectedCookiesWin
/external/chromium/chrome/browser/google/
google_url_tracker.h
155
InfoBarDelegate*
infobar_
;
member in class:GoogleURLTracker
/external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.h
108
GtkWidget*
infobar_
;
member in class:CollectedCookiesGtk
collected_cookies_gtk.cc
127
infobar_
= gtk_frame_new(NULL);
131
gtk_container_add(GTK_CONTAINER(
infobar_
), infobar_contents);
139
gtk_widget_show_all(
infobar_
);
140
gtk_widget_set_no_show_all(
infobar_
, TRUE);
141
gtk_widget_hide(
infobar_
);
142
gtk_box_pack_start(GTK_BOX(dialog_),
infobar_
, TRUE, TRUE, 0);
local
465
gtk_widget_hide(
infobar_
);
470
gtk_widget_show(
infobar_
);
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
109
infobar_
(NULL),
140
EXPECT_TRUE(
infobar_
);
151
infobar_
= Details<InfoBarDelegate>(details).ptr();
152
ASSERT_TRUE(
infobar_
->GetIcon());
153
ASSERT_TRUE(
infobar_
->AsConfirmInfoBarDelegate());
170
if (wait_for_infobar_ &&
infobar_
)
178
InfoBarDelegate*
infobar_
;
member in class:__anon4147::GeolocationNotificationObserver
202
:
infobar_
(NULL),
281
EXPECT_TRUE(notification_observer.
infobar_
);
282
infobar_
= notification_observer.infobar_
360
InfoBarDelegate*
infobar_
;
member in class:__anon4147::GeolocationBrowserTest
[
all
...]
Completed in 233 milliseconds