Home
last modified time | relevance | path

Searched refs:defaultCenterInternal (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebNotificationCenter.cpp106 IWebNotificationCenter* WebNotificationCenter::defaultCenterInternal() in defaultCenterInternal() function in WebNotificationCenter
138 *center = defaultCenterInternal(); in defaultCenter()
DWebNotificationCenter.h71 static IWebNotificationCenter* defaultCenterInternal();
DWebIconDatabase.cpp390 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in postDidRemoveAllIconsNotification()
405 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in postDidAddIconNotification()
DWebDatabaseManager.cpp368 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in dispatchDidModifyOrigin()
397 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in dispatchDidModifyDatabase()
DWebPreferences.cpp143 IWebNotificationCenter* nc = WebNotificationCenter::defaultCenterInternal(); in postPreferencesChangesNotification()
1540 IWebNotificationCenter* nc = WebNotificationCenter::defaultCenterInternal(); in didRemoveFromWebView()
DWebView.cpp419 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in initializeStaticObservers()
661 …WebNotificationCenter::defaultCenterInternal()->postNotificationName(_bstr_t(WebViewWillCloseNotif… in close()
711 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in close()
2634 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in initWithFrame()
2735 IWebNotificationCenter* nc = WebNotificationCenter::defaultCenterInternal(); in registerForIconNotification()
3149 IWebNotificationCenter* nc = WebNotificationCenter::defaultCenterInternal(); in setPreferences()
DWebHistory.cpp147 IWebNotificationCenter* nc = WebNotificationCenter::defaultCenterInternal(); in postNotification()
DChangeLog-2009-06-1623588 (WebNotificationCenter::defaultCenterInternal):
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp475 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in postProgressStartedNotification()
482 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in postProgressEstimateChangedNotification()
489 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in postProgressFinishedNotification()
DWebEditorClient.cpp215 IWebNotificationCenter* notifyCenter = WebNotificationCenter::defaultCenterInternal(); in respondToChangedSelection()