HomeSort by relevance Sort by last modified time
    Searched refs:speak (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebContextMenuClientGtk.cpp 47 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebContextMenuClientQt.cpp 46 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebContextMenuClientWin.cpp 45 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.h 44 virtual void speak(const String&);
ContextMenuClientAndroid.cpp 43 void ContextMenuClientAndroid::speak(const String&) { notImplemented(); } function in class:WebCore::ContextMenuClientAndroid
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 46 virtual void speak(const String&);
ContextMenuClientHaiku.cpp 63 void ContextMenuClientHaiku::speak(const String&) function in class:WebCore::ContextMenuClientHaiku
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 45 virtual void speak(const String&);
ContextMenuClientQt.cpp 65 void ContextMenuClientQt::speak(const String&) function in class:WebCore::ContextMenuClientQt
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.h 49 virtual void speak(const String&);
ContextMenuClientWx.cpp 76 void ContextMenuClientWx::speak(const String&) function in class:WebCore::ContextMenuClientWx
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 46 virtual void speak(const WTF::String&);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.h 47 virtual void speak(const WTF::String&);
ContextMenuClientWinCE.cpp 75 void ContextMenuClientWinCE::speak(const String&) function in class:WebKit::ContextMenuClientWinCE
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 52 void WebContextMenuClient::speak(const String& string)
54 m_page->speak(string);
  /external/webkit/Source/WebCore/page/
ContextMenuClient.h 57 virtual void speak(const String&) = 0;
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 54 virtual void speak(const WTF::String&) {} function in class:WebKit::ContextMenuClientImpl
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 53 virtual void speak(const WTF::String&);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 45 virtual void speak(const WTF::String&);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 56 virtual void speak(const String&);
  /external/speex/libspeex/
mdf.c 694 int i,j, chan, speak; local
752 for (speak = 0; speak < K; speak++)
757 st->x[speak*N+i] = st->x[speak*N+i+st->frame_size];
758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak])));
772 st->x[speak*N+i+st->frame_size] = EXTRACT16(tmp32);
773 st->memX[speak] = far_end[i*K+speak]
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 64 , speak(SpeakNormal)
112 , speak(o.speak)
177 && speak == o.speak
StyleRareInheritedData.h 97 unsigned speak : 3; // ESpeak
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.aidl 39 int speak(in String callingApp, in String text, in int queueMode, in Bundle params);
118 * string array can be passed in as keys to {@link TextToSpeech#speak} and
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 38 * <li>Call TextToSpeech.speak to synthesize speech.</li>
106 // Allow the user to press the button for the app to speak again.
131 mTts.speak(hello,

Completed in 1414 milliseconds

1 2 3