/external/chromium/chrome/browser/chromeos/cros/ |
speech_synthesis_library.cc | 37 bool StopSpeaking() { 38 return chromeos::StopSpeaking(); 59 bool StopSpeaking() { return true; }
|
mock_speech_synthesis_library.h | 20 MOCK_METHOD0(StopSpeaking, bool(void));
|
speech_synthesis_library.h | 28 virtual bool StopSpeaking() = 0;
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_apitest.cc | 37 MOCK_METHOD0(StopSpeaking, bool(void)); 64 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 75 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 89 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 101 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 116 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 128 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 141 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 160 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 166 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) [all...] |
extension_tts_api_mac.mm | 27 virtual bool StopSpeaking(); 84 bool ExtensionTtsPlatformImplMac::StopSpeaking() { 85 [speech_synthesizer_ stopSpeaking];
|
extension_tts_api_linux.cc | 29 virtual bool StopSpeaking() {
|
extension_tts_api_chromeos.cc | 30 virtual bool StopSpeaking(); 115 bool ExtensionTtsPlatformImplChromeOs::StopSpeaking() { 118 StopSpeaking();
|
extension_tts_api_win.cc | 29 virtual bool StopSpeaking(); 98 bool ExtensionTtsPlatformImplWin::StopSpeaking() {
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebContextMenuClientMac.mm | 57 void WebContextMenuClient::stopSpeaking() 59 m_page->stopSpeaking();
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/ |
WebContextMenuClientQt.cpp | 51 void WebContextMenuClient::stopSpeaking()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebContextMenuClientWin.cpp | 50 void WebContextMenuClient::stopSpeaking()
|
/external/webkit/Source/WebCore/page/ |
ContextMenuClient.h | 58 virtual void stopSpeaking() = 0;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ContextMenuClientAndroid.cpp | 44 void ContextMenuClientAndroid::stopSpeaking() { notImplemented(); }
|
ContextMenuClientAndroid.h | 45 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ContextMenuClientGtk.h | 54 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ContextMenuClientHaiku.cpp | 74 void ContextMenuClientHaiku::stopSpeaking()
|
ContextMenuClientHaiku.h | 48 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebContextMenuClient.h | 47 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
ContextMenuClientQt.cpp | 76 void ContextMenuClientQt::stopSpeaking()
|
ContextMenuClientQt.h | 47 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebContextMenuClient.h | 46 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
ContextMenuClientWinCE.cpp | 80 void ContextMenuClientWinCE::stopSpeaking()
|
ContextMenuClientWinCE.h | 48 virtual void stopSpeaking();
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
ContextMenuClientWx.cpp | 81 void ContextMenuClientWx::stopSpeaking()
|
ContextMenuClientWx.h | 50 virtual void stopSpeaking();
|