OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createNotification
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/notifications/
NotificationCenter.idl
38
[V8Custom] Notification
createNotification
(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception);
NotificationCenter.h
64
PassRefPtr<Notification>
createNotification
(const String& iconURI, const String& title, const String& body, ExceptionCode& ec)
/development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java
45
createNotification
();
70
private void
createNotification
() {
/external/webkit/Source/WebCore/bindings/v8/custom/
V8NotificationCenterCustom.cpp
67
INC_STATS(L"DOM.NotificationCenter.
CreateNotification
()");
71
RefPtr<Notification> notification = notificationCenter->
createNotification
(toWebCoreString(args[0]), toWebCoreString(args[1]), toWebCoreString(args[2]), ec);
Completed in 41 milliseconds