OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationPermissionInfoBarDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/notifications/
desktop_notification_service.cc
87
//
NotificationPermissionInfoBarDelegate
--------------------------------------
91
class
NotificationPermissionInfoBarDelegate
: public ConfirmInfoBarDelegate {
93
NotificationPermissionInfoBarDelegate
(TabContents* contents,
101
virtual ~
NotificationPermissionInfoBarDelegate
();
131
DISALLOW_COPY_AND_ASSIGN(
NotificationPermissionInfoBarDelegate
);
134
NotificationPermissionInfoBarDelegate
::
NotificationPermissionInfoBarDelegate
(
151
NotificationPermissionInfoBarDelegate
::
152
~
NotificationPermissionInfoBarDelegate
() {
155
void
NotificationPermissionInfoBarDelegate
::InfoBarClosed()
[
all
...]
/external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc
61
//
NotificationPermissionInfoBarDelegate
--------------------------------------
65
class
NotificationPermissionInfoBarDelegate
: public ConfirmInfoBarDelegate {
78
NotificationPermissionInfoBarDelegate
(
85
virtual ~
NotificationPermissionInfoBarDelegate
();
114
DISALLOW_COPY_AND_ASSIGN(
NotificationPermissionInfoBarDelegate
);
118
void
NotificationPermissionInfoBarDelegate
::Create(
128
new
NotificationPermissionInfoBarDelegate
(
133
NotificationPermissionInfoBarDelegate
::
NotificationPermissionInfoBarDelegate
(
150
NotificationPermissionInfoBarDelegate
:
[
all
...]
Completed in 334 milliseconds