HomeSort by relevance Sort by last modified time
    Searched refs:postNotificationName (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseTrackerClient.mm 92 [[NSNotificationCenter defaultCenter] postNotificationName:WebDatabaseDidModifyOriginNotification
107 [[NSNotificationCenter defaultCenter] postNotificationName:WebDatabaseDidModifyDatabaseNotification
WebStorageTrackerClient.mm 65 [[NSNotificationCenter defaultCenter] postNotificationName:WebStorageDidModifyOriginNotification
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 60 virtual HRESULT STDMETHODCALLTYPE postNotificationName(
WebDatabaseManager.cpp 371 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), 0);
410 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), userInfoBag.get());
WebIconDatabase.cpp 391 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0);
406 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
WebNotificationCenter.cpp 180 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotificationName(
WebPreferences.cpp 144 HRESULT hr = nc->postNotificationName(webPreferencesChangedNotification(), static_cast<IWebPreferences*>(this), 0);
    [all...]
WebHistory.cpp 148 HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>(this), userInfo);
    [all...]
WebView.cpp 661 WebNotificationCenter::defaultCenterInternal()->postNotificationName(_bstr_t(WebViewWillCloseNotification).GetBSTR(), static_cast<IWebView*>(this), 0);
    [all...]
  /external/webkit/Source/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/Source/WebKit/mac/Misc/
WebNSNotificationCenterExtras.m 64 [[self defaultCenter] postNotificationName:name object:object userInfo:userInfo];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 119 [[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidPauseNotification" object:nil userInfo:[NSDictionary dictionaryWithObject:root forKey:@"layer"]];
126 [[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidResumeNotification" object:nil userInfo:[NSDictionary dictionaryWithObject:root forKey:@"layer"]];
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 685 postNotificationName:name object:self userInfo:userInfo];
745 postNotificationName:WebHistoryLoadedNotification
760 postNotificationName:WebHistorySavedNotification
WebHistoryItem.mm 91 postNotificationName:WebHistoryItemChangedNotification object:nil userInfo:nil];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 293 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidBeginEditingNotification object:m_webView];
301 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidChangeNotification object:m_webView];
312 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidChangeSelectionNotification object:m_webView];
317 [[NSNotificationCenter defaultCenter] postNotificationName:WebViewDidEndEditingNotification object:m_webView];
    [all...]
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm     [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 476 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
483 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
490 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
    [all...]
WebEditorClient.cpp 216 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 148 [[NSNotificationCenter defaultCenter] postNotificationName:NSPrintInfoDidChangeNotification object:nil];
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 717 milliseconds