/external/webkit/WebKit/win/Interfaces/ |
IWebNotificationCenter.idl | 57 //- (void)postNotificationName:(NSString *)notificationName object:(id)anObject 58 //- (void)postNotificationName:(NSString *)notificationName object:(id)anObject userInfo:(NSDictionary *)userInfo 59 HRESULT postNotificationName([in] BSTR notificationName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo);
|
/external/webkit/WebKit/mac/Storage/ |
WebDatabaseTrackerClient.mm | 58 [[NSNotificationCenter defaultCenter] postNotificationName:WebDatabaseDidModifyOriginNotification 68 [[NSNotificationCenter defaultCenter] postNotificationName:WebDatabaseDidModifyDatabaseNotification
|
/external/webkit/WebKit/mac/Misc/ |
WebNSNotificationCenterExtras.m | 64 [[self defaultCenter] postNotificationName:name object:object userInfo:userInfo];
|
/external/webkit/WebKit/win/ |
WebNotificationCenter.h | 60 virtual HRESULT STDMETHODCALLTYPE postNotificationName(
|
WebDatabaseManager.cpp | 336 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), 0); 370 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), userInfoBag.get());
|
WebIconDatabase.cpp | 350 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0); 365 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
|
WebNotificationCenter.cpp | 182 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotificationName(
|
WebPreferences.cpp | 145 HRESULT hr = nc->postNotificationName(webPreferencesChangedNotification(), static_cast<IWebPreferences*>(this), 0); [all...] |
WebHistory.cpp | 150 HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>(this), userInfo); [all...] |
WebView.cpp | 637 WebNotificationCenter::defaultCenterInternal()->postNotificationName(_bstr_t(WebViewWillCloseNotification).GetBSTR(), static_cast<IWebView*>(this), 0); [all...] |
ChangeLog-2009-06-16 | [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 271 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidBeginEditingNotification object:m_webView]; 279 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidChangeNotification object:m_webView]; 290 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidChangeSelectionNotification object:m_webView]; 295 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidEndEditingNotification object:m_webView];
|
WebFrameLoaderClient.mm | [all...] |
/external/webkit/WebKit/mac/History/ |
WebHistory.mm | 685 postNotificationName:name object:self userInfo:userInfo]; 745 postNotificationName:WebHistoryLoadedNotification 760 postNotificationName:WebHistorySavedNotification
|
WebHistoryItem.mm | 90 postNotificationName:WebHistoryItemChangedNotification object:nil userInfo:nil];
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 465 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0); 472 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0); 479 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0); [all...] |
WebEditorClient.cpp | 217 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);
|
/external/webkit/WebKit/mac/WebView/ |
WebPreferences.mm | [all...] |
WebHTMLView.mm | [all...] |