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

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

Completed in 137 milliseconds