Searched refs:webViewDidChangeSelection (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebEditingDelegate.h55 - (void)webViewDidChangeSelection:(NSNotification *)notification;
H A DWebView.mm5198 [self registerForEditingDelegateNotification:WebViewDidChangeSelectionNotification selector:@selector(webViewDidChangeSelection:)];
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m129 - (void)webViewDidChangeSelection:(NSNotification *)notification
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h72 void webViewDidChangeSelection(WebNotification*);
H A DWebEditorClient.cpp290 void WebEditorClient::webViewDidChangeSelection(WebNotification* /*notification*/) function in class:WebEditorClient
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h111 virtual HRESULT STDMETHODCALLTYPE webViewDidChangeSelection(
H A DEditingDelegate.cpp345 HRESULT STDMETHODCALLTYPE EditingDelegate::webViewDidChangeSelection( function in class:EditingDelegate
351 _tprintf(TEXT("EDITING DELEGATE: webViewDidChangeSelection:%s\n"), name ? name : TEXT(""));
/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.mm181 - (void)webViewDidChangeSelection:(NSNotification *)notification
184 printf("EDITING DELEGATE: webViewDidChangeSelection:%s\n", [[notification name] UTF8String]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl168 - (void)webViewDidChangeSelection:(NSNotification *)notification;
170 HRESULT webViewDidChangeSelection([in] IWebNotification* notification);

Completed in 182 milliseconds