OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_service
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc
31
#include "content/public/browser/
notification_service
.h"
185
DesktopNotificationService*
notification_service
=
216
notification_service
->IsNotifierEnabled(notifier_id)));
238
notification_service
->GetNotificationsSettings(&settings);
258
notification_service
->IsNotifierEnabled(notifier_id)));
283
notification_service
->IsNotifierEnabled(screenshot_notifier_id));
304
DesktopNotificationService*
notification_service
=
local
312
notification_service
->GetDefaultContentSetting(NULL);
320
notification_service
->GrantPermission(notifier.notifier_id.url);
322
notification_service
->DenyPermission(notifier.notifier_id.url)
[
all
...]
desktop_notification_service.cc
36
#include "content/public/browser/
notification_service
.h"
70
DesktopNotificationService*
notification_service
,
79
DesktopNotificationService*
notification_service
,
120
DesktopNotificationService*
notification_service
,
129
notification_service
, origin, display_name, process_id, route_id,
134
DesktopNotificationService*
notification_service
,
143
notification_service_(
notification_service
),
/external/chromium_org/chrome/browser/extensions/
extension_system.cc
426
DesktopNotificationService*
notification_service
=
local
429
!
notification_service
->IsNotifierEnabled(notifier_id);
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc
359
DesktopNotificationService*
notification_service
=
local
367
notification_service
->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
368
notification_service
->GrantPermission(GURL("http://foo.de"));
418
notification_service
->GetDefaultContentSetting(NULL));
420
notification_service
->GetContentSetting(GURL("http://foo.de")));
[
all
...]
/external/chromium_org/chrome/browser/
chrome_content_browser_client.cc
1903
DesktopNotificationService*
notification_service
=
local
[
all
...]
Completed in 182 milliseconds