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

  /external/webkit/WebKit/win/
WebDatabaseManager.cpp 333 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
336 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), 0);
357 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
370 notifyCenter->postNotificationName(databaseDidModifyOriginName, securityOrigin.get(), userInfoBag.get());
WebIconDatabase.cpp 349 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
350 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification(), static_cast<IWebIconDatabase*>(iconDB), 0);
364 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
365 notifyCenter->postNotificationName(WebIconDatabase::iconDatabaseDidAddIconNotification(), static_cast<IWebIconDatabase*>(iconDB), userInfo.get());
WebView.cpp 395 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
396 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesChangedNotification(), 0);
397 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);
687 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
688 notifyCenter->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPreferences*>(m_preferences.get()));
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 464 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
465 notifyCenter->postNotificationName(progressStartedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
471 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
472 notifyCenter->postNotificationName(progressEstimateChangedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
478 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
479 notifyCenter->postNotificationName(progressFinishedName, static_cast<IWebView*>(m_webFrame->webView()), 0);
    [all...]
WebEditorClient.cpp 216 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal();
217 notifyCenter->postNotificationName(webViewDidChangeSelectionNotificationName, static_cast<IWebView*>(m_webView), 0);

Completed in 108 milliseconds