Searched refs:speak (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/qt/
H A DWebContextMenuClientQt.cpp46 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesis.idl34 void speak(SpeechSynthesisUtterance utterance);
H A DSpeechSynthesis.h53 void speak(SpeechSynthesisUtterance*);
H A DSpeechSynthesis.cpp108 m_platformSpeechSynthesizer->speak(utterance->platformUtterance());
111 void SpeechSynthesis::speak(SpeechSynthesisUtterance* utterance) function in class:WebCore::SpeechSynthesis
118 // If the queue was empty, speak this immediately and add it to the queue.
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/efl/
H A DWebContextMenuClientEfl.cpp49 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/gtk/
H A DWebContextMenuClientGtk.cpp49 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DContextMenuClientQt.cpp63 void ContextMenuClientQt::speak(const String&) function in class:WebCore::ContextMenuClientQt
H A DContextMenuClientQt.h45 virtual void speak(const String&);
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DPlatformSpeechSynthesizerMock.h42 virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>);
H A DPlatformSpeechSynthesizerMock.cpp63 void PlatformSpeechSynthesizerMock::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) function in class:WebCore::PlatformSpeechSynthesizerMock
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DContextMenuClientEfl.cpp68 void ContextMenuClientEfl::speak(const String&) function in class:WebCore::ContextMenuClientEfl
H A DContextMenuClientEfl.h50 virtual void speak(const String&);
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DContextMenuClientWinCE.cpp75 void ContextMenuClientWinCE::speak(const String&) function in class:WebKit::ContextMenuClientWinCE
H A DContextMenuClientWinCE.h47 virtual void speak(const WTF::String&);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm54 void WebContextMenuClient::speak(const String& string)
56 m_page->speak(string);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DHelloWorld.rb24 speak "Hello again, World!"
27 def speak(str) method in class:AppDelegate
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DContextMenuClient.h59 virtual void speak(const String&) = 0;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DContextMenuClientGtk.h55 virtual void speak(const WTF::String&);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebContextMenuClient.h46 virtual void speak(const WTF::String&) OVERRIDE;
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebContextMenuClient.h45 virtual void speak(const WTF::String&);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesizer.h71 virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.h58 virtual void speak(const String&) OVERRIDE;
/macosx-10.9.5/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css80 .hide { speak: none }
83 pre { speak-punctuation: code }
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleRareInheritedData.cpp82 , speak(SpeakNormal)
157 , speak(o.speak)
262 && speak == o.speak
H A DStyleRareInheritedData.h95 unsigned speak : 3; // ESpeak

Completed in 115 milliseconds

12