OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webkitnotifications
(Results
1 - 22
of
22
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/
background.html
9
var notification =
webkitNotifications
.createNotification("",
/external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple/
background.html
9
var notification =
webkitNotifications
.createNotification("",
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js
8
"
webkitNotifications
.requestPermission" beforehand).
14
var notification = window.
webkitNotifications
.createNotification(
30
if (window.
webkitNotifications
) {
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/
background.html
15
"
webkitNotifications
.requestPermission" beforehand).
21
var notification =
webkitNotifications
.createNotification(
37
if (
webkitNotifications
) {
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
eventpage.js
17
var notification =
webkitNotifications
.createNotification(
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/
notification.html
7
if (window.
webkitNotifications
.checkPermission() != 0) {
12
n = window.
webkitNotifications
.createNotification(window.location.href + '/favicon.ico', 'Notify me', 'This is the notification body');
29
window.
webkitNotifications
.requestPermission(permissionGranted);
34
if (window.
webkitNotifications
.checkPermission() == 0)
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DOMWindowNotifications.cpp
65
NotificationCenter* DOMWindowNotifications::
webkitNotifications
(DOMWindow* window)
67
return DOMWindowNotifications::from(window)->
webkitNotifications
();
82
NotificationCenter* DOMWindowNotifications::
webkitNotifications
()
WorkerGlobalScopeNotifications.cpp
63
NotificationCenter* WorkerGlobalScopeNotifications::
webkitNotifications
(WorkerGlobalScope* context)
65
return WorkerGlobalScopeNotifications::from(context)->
webkitNotifications
();
68
NotificationCenter* WorkerGlobalScopeNotifications::
webkitNotifications
()
DOMWindowNotifications.h
45
static NotificationCenter*
webkitNotifications
(DOMWindow*);
54
NotificationCenter*
webkitNotifications
();
WorkerGlobalScopeNotifications.h
44
static NotificationCenter*
webkitNotifications
(WorkerGlobalScope*);
50
NotificationCenter*
webkitNotifications
();
WindowNotifications.idl
31
[RuntimeEnabled=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter
webkitNotifications
;
WorkerGlobalScopeNotifications.idl
30
[RuntimeEnabled=Notifications] readonly attribute NotificationCenter
webkitNotifications
;
/external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/
iframe-reparenting-close-window-iframe.html
9
notificationCenter = window.
webkitNotifications
;
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
desktop_notifications.html
4
<code>
webKitNotifications
.createHTMLNotification()</code> in the
59
<p>Then, use <code>
webkitNotifications
</code> object to create notifications:</p>
62
// <strong>Note:</strong> There's no need to call
webkitNotifications
.checkPermission().
67
var notification =
webkitNotifications
.createNotification(
74
var notification =
webkitNotifications
.createHTMLNotification(
cloudMessaging.html
398
var notification = window.
webkitNotifications
.createNotification(
/external/chromium/chrome/common/extensions/docs/static/
notifications.html
53
<code>
webkitNotifications
.checkPermission()</code>.
109
var notification =
webkitNotifications
.createNotification(
116
var notification =
webkitNotifications
.createHTMLNotification(
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.html
17
var notification =
webkitNotifications
.createNotification(
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html
330
if (window.
webkitNotifications
.checkPermission() != 0) {
346
var n = window.
webkitNotifications
.createHTMLNotification(url);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html
330
if (window.
webkitNotifications
.checkPermission() != 0) {
346
var n = window.
webkitNotifications
.createHTMLNotification(url);
/external/chromium/chrome/browser/resources/picasaweb_uploader/
background.html
63
window.
webkitNotifications
.createHTMLNotification(
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js
30
var notification =
webkitNotifications
.createNotification(
/external/chromium/chrome/common/extensions/docs/
notifications.html
382
<code>
webkitNotifications
.checkPermission()</code>.
436
var notification =
webkitNotifications
.createNotification(
443
var notification =
webkitNotifications
.createHTMLNotification(
Completed in 187 milliseconds