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

  /external/webkit/Source/WebKit/win/
WebDatabaseManager.cpp 368 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
371 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), 0);
397 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
410 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), userInfoBag.get());
WebIconDatabase.cpp 390 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
391 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0);
405 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
406 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
WebView.cpp 419 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
420 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesChangedNotification(), 0);
421 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);
711 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
712 notifyCenter->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 475 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
476 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
482 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
483 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
489 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
490 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
    [all...]
WebEditorClient.cpp 215 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
216 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);

Completed in 170 milliseconds