HomeSort by relevance Sort by last modified time
    Searched refs:createHTMLNotification (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/notifications/
NotificationCenter.idl 37 [V8Custom] Notification createHTMLNotification(in DOMString url) raises(Exception);
NotificationCenter.h 52 Notification* createHTMLNotification(const String& URI, ExceptionCode& ec)
  /external/webkit/WebCore/bindings/v8/custom/
V8NotificationCenterCustom.cpp 83 INC_STATS(L"DOM.NotificationCenter.CreateHTMLNotification()");
88 RefPtr<Notification> notification = notificationCenter->createHTMLNotification(url, ec);

Completed in 104 milliseconds