/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/ |
D | WebContextMenuClientGtk.cpp | 52 void WebContextMenuClient::stopSpeaking() in stopSpeaking() function in WebKit::WebContextMenuClient
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/ |
D | WebContextMenuClientQt.cpp | 51 void WebContextMenuClient::stopSpeaking() in stopSpeaking() function in WebKit::WebContextMenuClient
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebContextMenuClientWin.cpp | 50 void WebContextMenuClient::stopSpeaking() in stopSpeaking() function in WebKit::WebContextMenuClient
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ContextMenuClientQt.cpp | 76 void ContextMenuClientQt::stopSpeaking() in stopSpeaking() function in WebCore::ContextMenuClientQt
|
D | ContextMenuClientQt.h | 47 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ContextMenuClientHaiku.h | 48 virtual void stopSpeaking();
|
D | ContextMenuClientHaiku.cpp | 74 void ContextMenuClientHaiku::stopSpeaking() in stopSpeaking() function in WebCore::ContextMenuClientHaiku
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ContextMenuClientAndroid.h | 45 virtual void stopSpeaking();
|
D | ContextMenuClientAndroid.cpp | 44 void ContextMenuClientAndroid::stopSpeaking() { notImplemented(); } in stopSpeaking() function in WebCore::ContextMenuClientAndroid
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ContextMenuClientWx.h | 50 virtual void stopSpeaking();
|
D | ContextMenuClientWx.cpp | 81 void ContextMenuClientWx::stopSpeaking() in stopSpeaking() function in WebCore::ContextMenuClientWx
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebContextMenuClient.h | 46 virtual void stopSpeaking();
|
D | WebContextMenuClient.cpp | 138 void WebContextMenuClient::stopSpeaking() in stopSpeaking() function in WebContextMenuClient
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ContextMenuClientWinCE.cpp | 80 void ContextMenuClientWinCE::stopSpeaking() in stopSpeaking() function in WebKit::ContextMenuClientWinCE
|
D | ContextMenuClientWinCE.h | 48 virtual void stopSpeaking();
|
/external/webkit/Source/WebCore/page/ |
D | ContextMenuClient.h | 58 virtual void stopSpeaking() = 0;
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebContextMenuClient.h | 47 virtual void stopSpeaking();
|
D | WebContextMenuClient.mm | 356 void WebContextMenuClient::stopSpeaking() function 358 [NSApp stopSpeaking:nil];
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ContextMenuClientGtk.h | 54 virtual void stopSpeaking();
|
D | ContextMenuClientGtk.cpp | 195 void ContextMenuClient::stopSpeaking() in stopSpeaking() function in WebKit::ContextMenuClient
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ContextMenuClientImpl.h | 55 virtual void stopSpeaking() {} in stopSpeaking() function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebContextMenuClientMac.mm | 57 void WebContextMenuClient::stopSpeaking() 59 m_page->stopSpeaking();
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebContextMenuClient.h | 57 virtual void stopSpeaking();
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tts_api_mac.mm | 85 [speech_synthesizer_ stopSpeaking];
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPageProxyMac.mm | 114 void WebPageProxy::stopSpeaking() 116 [NSApp stopSpeaking:nil];
|