Searched defs:notificationName (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageEditorClient.cpp | 104 void InjectedBundlePageEditorClient::didBeginEditing(WebPage* page, StringImpl* notificationName) in didBeginEditing() 110 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName) in didEndEditing() 116 void InjectedBundlePageEditorClient::didChange(WebPage* page, StringImpl* notificationName) in didChange() 122 void InjectedBundlePageEditorClient::didChangeSelection(WebPage* page, StringImpl* notificationName) in didChangeSelection()
|
/external/webkit/Source/WebKit/win/ |
D | WebNotificationCenter.cpp | 113 …nCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown*… in postNotificationInternal() 145 /* [in] */ BSTR notificationName, in addObserver() 181 /* [in] */ BSTR notificationName, in postNotificationName() 192 /* [in] */ BSTR notificationName, in removeObserver()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.cpp | 865 void InjectedBundlePage::didBeginEditing(WKBundlePageRef page, WKStringRef notificationName, const … in didBeginEditing() 870 void InjectedBundlePage::didEndEditing(WKBundlePageRef page, WKStringRef notificationName, const vo… in didEndEditing() 875 void InjectedBundlePage::didChange(WKBundlePageRef page, WKStringRef notificationName, const void* … in didChange() 880 void InjectedBundlePage::didChangeSelection(WKBundlePageRef page, WKStringRef notificationName, con… in didChangeSelection() 976 void InjectedBundlePage::didBeginEditing(WKStringRef notificationName) in didBeginEditing() 985 void InjectedBundlePage::didEndEditing(WKStringRef notificationName) in didEndEditing() 994 void InjectedBundlePage::didChange(WKStringRef notificationName) in didChange() 1003 void InjectedBundlePage::didChangeSelection(WKStringRef notificationName) in didChangeSelection()
|