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

/external/webkit/WebKit/win/
H A DWebPreferences.cpp392 BSTR WebPreferences::webPreferencesRemovedNotification() function in class:WebPreferences
394 static BSTR webPreferencesRemovedNotification = SysAllocString(WebPreferencesRemovedNotification); local
395 return webPreferencesRemovedNotification;
1413 nc->postNotificationName(webPreferencesRemovedNotification(), static_cast<IWebPreferences*>(this), 0);
H A DWebPreferences.h406 static BSTR webPreferencesRemovedNotification();
H A DWebView.cpp236 if (wcscmp(name, WebPreferences::webPreferencesRemovedNotification()) == 0)
397 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);

Completed in 70 milliseconds