HomeSort by relevance Sort by last modified time
    Searched full:createnotification (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/notifications/
NotificationCenter.idl 38 [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception);
NotificationCenter.h 61 Notification* createNotification(const String& iconURI, const String& title, const String& body, ExceptionCode& ec)
  /packages/apps/IM/src/com/android/im/service/
StatusBarNotifier.java 144 info.createNotification("", true));
177 info.createNotification(tickerText, lightWeightNotify));
246 public Notification createNotification(String tickerText, boolean lightWeightNotify) {
  /external/webkit/WebCore/bindings/v8/custom/
V8NotificationCenterCustom.cpp 98 INC_STATS(L"DOM.NotificationCenter.CreateNotification()");
102 RefPtr<Notification> notification = notificationCenter->createNotification(toWebCoreString(args[0]), toWebCoreString(args[1]), toWebCoreString(args[2]), ec);

Completed in 947 milliseconds