OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationProvider
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.h
24
class
NotificationProvider
: public ProviderInterface,
33
explicit
NotificationProvider
(Profile* profile);
35
virtual ~
NotificationProvider
();
105
DISALLOW_COPY_AND_ASSIGN(
NotificationProvider
);
content_settings_notification_provider.cc
32
//
NotificationProvider
36
void
NotificationProvider
::RegisterUserPrefs(PrefService* user_prefs) {
47
ContentSettingsPattern
NotificationProvider
::ToContentSettingsPattern(
59
GURL
NotificationProvider
::ToGURL(const ContentSettingsPattern& pattern) {
81
NotificationProvider
::
NotificationProvider
(
88
NotificationProvider
::~
NotificationProvider
() {
92
bool
NotificationProvider
::ContentSettingsTypeIsManaged(
97
ContentSetting
NotificationProvider
::GetContentSetting
[
all
...]
/external/chromium_org/content/renderer/
notification_provider.h
20
//
NotificationProvider
class is owned by the RenderView. Only
22
class
NotificationProvider
: public RenderViewObserver,
25
explicit
NotificationProvider
(RenderViewImpl* render_view);
26
virtual ~
NotificationProvider
();
53
DISALLOW_COPY_AND_ASSIGN(
NotificationProvider
);
notification_provider.cc
30
NotificationProvider
::
NotificationProvider
(RenderViewImpl* render_view)
34
NotificationProvider
::~
NotificationProvider
() {
37
bool
NotificationProvider
::show(const WebNotification& notification) {
52
void
NotificationProvider
::cancel(const WebNotification& notification) {
60
void
NotificationProvider
::objectDestroyed(
69
WebNotificationPresenter::Permission
NotificationProvider
::checkPermission(
79
void
NotificationProvider
::requestPermission(
92
bool
NotificationProvider
::OnMessageReceived(const IPC::Message& message)
[
all
...]
Completed in 65 milliseconds