speak            2562 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->speak());
speak             939 Source/core/rendering/style/RenderStyle.h     ESpeak speak() const { return static_cast<ESpeak>(rareInheritedData->speak); }
speak            1327 Source/core/rendering/style/RenderStyle.h     void setSpeak(ESpeak s) { SET_VAR(rareInheritedData, speak, s); }
speak              76 Source/core/rendering/style/StyleRareInheritedData.cpp     , speak(SpeakNormal)
speak             130 Source/core/rendering/style/StyleRareInheritedData.cpp     , speak(o.speak)
speak             200 Source/core/rendering/style/StyleRareInheritedData.cpp         && speak == o.speak
speak             111 Source/core/rendering/style/StyleRareInheritedData.h     unsigned speak : 3; // ESpeak
speak             107 Source/modules/speech/SpeechSynthesis.cpp     m_platformSpeechSynthesizer->speak(utterance->platformUtterance());
speak              56 Source/modules/speech/SpeechSynthesis.h     void speak(SpeechSynthesisUtterance*, ExceptionState&);
speak              40 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h     virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
speak              62 Source/platform/speech/PlatformSpeechSynthesizer.cpp     m_webSpeechSynthesizer->speak(blink::WebSpeechSynthesisUtterance(utterance));
speak              69 Source/platform/speech/PlatformSpeechSynthesizer.h     virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>);
speak              43 public/platform/WebSpeechSynthesizer.h     virtual void speak(const WebSpeechSynthesisUtterance&) = 0;