Searched defs:observerTopic (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp743 * If observerTopic is non null and the service implements nsIObserver,
744 * this will attempt to notify the observer with the origin, observerTopic string
750 const char *observerTopic)
791 if (observerTopic) {
795 observer->Observe(origin, observerTopic, EmptyString().get());
748 NS_CreateServicesFromCategory(const char *category, nsISupports *origin, const char *observerTopic) argument

Completed in 360 milliseconds