Searched refs:webPreferencesRemovedNotification (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp416 BSTR WebPreferences::webPreferencesRemovedNotification() function in class:WebPreferences
418 static BSTR webPreferencesRemovedNotification = SysAllocString(WebPreferencesRemovedNotification); local
419 return webPreferencesRemovedNotification;
1686 nc->postNotificationName(webPreferencesRemovedNotification(), static_cast<IWebPreferences*>(this), 0);
H A DWebPreferences.h493 static BSTR webPreferencesRemovedNotification();
H A DWebView.cpp284 if (wcscmp(name, WebPreferences::webPreferencesRemovedNotification()) == 0)
457 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);

Completed in 148 milliseconds