Searched refs:stopSpeaking (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/efl/
H A DWebContextMenuClientEfl.cpp54 void WebContextMenuClient::stopSpeaking() function in class:WebKit::WebContextMenuClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebContextMenuClientGtk.cpp54 void WebContextMenuClient::stopSpeaking() function in class:WebKit::WebContextMenuClient
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DContextMenuClientWinCE.cpp75 void ContextMenuClientWinCE::stopSpeaking() function in class:WebKit::ContextMenuClientWinCE
H A DContextMenuClientWinCE.h47 virtual void stopSpeaking() override;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm59 void WebContextMenuClient::stopSpeaking()
61 m_page->stopSpeaking();
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebContextMenuClient.h46 virtual void stopSpeaking();
H A DWebContextMenuClient.cpp138 void WebContextMenuClient::stopSpeaking() function in class:WebContextMenuClient
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebContextMenuClient.h54 virtual void stopSpeaking() override;
H A DWebContextMenuClient.mm365 void WebContextMenuClient::stopSpeaking()
367 [NSApp stopSpeaking:nil];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.h59 virtual void stopSpeaking() override;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebView.h649 - (void)stopSpeaking:(id)sender;
H A DWebHTMLView.mm2898 if (action == @selector(stopSpeaking:))
5274 - (void)stopSpeaking:(id)sender
5278 [NSApp stopSpeaking:sender];
H A DWebView.mm428 macro(stopSpeaking) \
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm108 void WebPageProxy::stopSpeaking()
110 [NSApp stopSpeaking:nil];
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl1235 - (void)stopSpeaking:(id)sender;
1237 HRESULT stopSpeaking([in] IUnknown* sender);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWebPageProxyIOS.mm84 void WebPageProxy::stopSpeaking()
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.h598 virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
H A DWebView.cpp4629 HRESULT STDMETHODCALLTYPE WebView::stopSpeaking(
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.h657 void stopSpeaking();
H A DWebPage.cpp3671 void WebPage::stopSpeaking() function in class:WebKit::WebPage
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm832 if (action == @selector(stopSpeaking:))
879 - (IBAction)stopSpeaking:(id)sender
881 [NSApp stopSpeaking:sender];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h1128 void stopSpeaking();

Completed in 487 milliseconds