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

/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp402 BSTR WebPreferences::webPreferencesRemovedNotification() function in class:WebPreferences
404 static BSTR webPreferencesRemovedNotification = SysAllocString(WebPreferencesRemovedNotification); local
405 return webPreferencesRemovedNotification;
1541 nc->postNotificationName(webPreferencesRemovedNotification(), static_cast<IWebPreferences*>(this), 0);
H A DWebPreferences.h442 static BSTR webPreferencesRemovedNotification();
H A DWebView.cpp251 if (wcscmp(name, WebPreferences::webPreferencesRemovedNotification()) == 0)
421 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);

Completed in 54 milliseconds