Searched refs:notifyCenter (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebDatabaseManager.cpp370 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
373 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), 0);
399 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
407 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), userInfoBag.get());
H A DWebIconDatabase.cpp383 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
384 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0);
393 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
394 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
H A DWebView.cpp463 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
464 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesChangedNotification(), 0);
465 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);
759 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
760 notifyCenter->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
2800 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
2801 notifyCenter->addObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp659 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
660 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
666 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
667 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
673 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
674 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
H A DWebEditorClient.cpp219 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
220 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);

Completed in 215 milliseconds