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

  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 72 void postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject);
WebNotificationCenter.cpp 113 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject)
174 postNotificationInternal(notification, name, obj.get());
186 postNotificationInternal(notification.get(), notificationName, anObject);

Completed in 1695 milliseconds