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

/macosx-10.9.5/WebKit-7537.78.2/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.cpp381 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
382 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0);
395 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
396 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
H A DWebView.cpp455 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
456 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesChangedNotification(), 0);
457 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);
755 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
756 notifyCenter->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
2790 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
2791 notifyCenter->addObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp680 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
681 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
687 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
688 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
694 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
695 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
H A DWebEditorClient.cpp218 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); local
219 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);

Completed in 132 milliseconds