/external/chromium/chrome/browser/extensions/ |
D | extension_tts_apitest.cc | 30 MOCK_METHOD6(Speak, 66 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 77 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 91 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 103 EXPECT_CALL(mock_platform_impl_, Speak("text 2", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 118 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 130 EXPECT_CALL(mock_platform_impl_, Speak("text 3", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 143 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 149 EXPECT_CALL(mock_platform_impl_, Speak("text 2", _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() 162 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _)) in IN_PROC_BROWSER_TEST_F() [all …]
|
D | extension_tts_api_win.cc | 21 virtual bool Speak( 53 bool ExtensionTtsPlatformImplWin::Speak( in Speak() function in ExtensionTtsPlatformImplWin 92 speech_synthesizer_->Speak( in Speak()
|
D | extension_tts_api_chromeos.cc | 22 virtual bool Speak( 55 bool ExtensionTtsPlatformImplChromeOs::Speak( in Speak() function in ExtensionTtsPlatformImplChromeOs 112 return cros_library->GetSpeechSynthesisLibrary()->Speak(utterance.c_str()); in Speak()
|
D | extension_tts_api_mac.mm | 19 virtual bool Speak( 50 bool ExtensionTtsPlatformImplMac::Speak( function
|
D | extension_tts_api_linux.cc | 18 virtual bool Speak( in Speak() function in ExtensionTtsPlatformImplLinux
|
D | extension_tts_api.h | 30 virtual bool Speak(
|
D | extension_tts_api.cc | 219 bool success = GetPlatformImpl()->Speak( in SpeakNow()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | speech_synthesis_library.cc | 29 bool Speak(const char* text) { in Speak() function in chromeos::SpeechSynthesisLibraryImpl 30 return chromeos::Speak(text); in Speak() 57 bool Speak(const char* text) { return true; } in Speak() function in chromeos::SpeechSynthesisLibraryStubImpl
|
D | mock_speech_synthesis_library.h | 18 MOCK_METHOD1(Speak, bool(const char*));
|
D | speech_synthesis_library.h | 21 virtual bool Speak(const char* text) = 0;
|
D | cros_mock.cc | 358 EXPECT_CALL(*mock_speech_synthesis_library_, Speak(_)) in SetSpeechSynthesisLibraryExpectations() 367 EXPECT_CALL(*mock_speech_synthesis_library_, Speak(_)) in SetSpeechSynthesisLibraryExpectations()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | wizard_accessibility_helper.cc | 91 accessibility_handler_->Speak(str, queue, interruptible); in MaybeSpeak() 118 accessibility_handler_->Speak(enabled ? in SetAccessibilityEnabled()
|
D | wizard_accessibility_handler.h | 43 void Speak(const char* speak_str, bool queue, bool interruptible);
|
D | wizard_accessibility_handler.cc | 111 Speak(description.c_str(), false, true); in Observe() 114 void WizardAccessibilityHandler::Speak(const char* speak_str, in Speak() function in chromeos::WizardAccessibilityHandler 128 Speak(speak_str); in Speak()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.messages.in | 219 Speak(WTF::String string)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 2064 send(Messages::WebPageProxy::Speak(string)); in speak()
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 540 `Speak English!' said the Eaglet. `I don't know the meaning of 1486 `Speak roughly to your little boy,
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 5829 HANDLE_INHERIT_AND_INITIAL(speak, Speak); in applyProperty()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 11683 GetIsSpeaking, Speak, and StopSpeaking.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 40952 http://www.eyecancer.com/Editorials/Speak.html
|