OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 77 milliseconds