Searched defs:webPreferencesRemovedNotification (Results 1 - 1 of 1) 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);

Completed in 19 milliseconds