HomeSort by relevance Sort by last modified time
    Searched refs:StopSpeaking (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mock_speech_synthesis_library.h 20 MOCK_METHOD0(StopSpeaking, bool(void));
speech_synthesis_library.cc 37 bool StopSpeaking() {
38 return chromeos::StopSpeaking();
59 bool StopSpeaking() { return true; }
speech_synthesis_library.h 28 virtual bool StopSpeaking() = 0;
cros_mock.cc 355 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
364 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
  /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_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() {
extension_tts_api.h 39 virtual bool StopSpeaking() = 0;
extension_tts_api.cc 250 GetPlatformImpl()->StopSpeaking();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]

Completed in 568 milliseconds