HomeSort by relevance Sort by last modified time
    Searched full:isspeaking (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 38 MOCK_METHOD0(IsSpeaking, bool(void));
68 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
79 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
95 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
100 // IsSpeaking and then finish successfully.
105 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
122 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
127 // IsSpeaking and then finish successfully.
132 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
145 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
    [all...]
extension_tts_api_mac.mm 29 virtual bool IsSpeaking();
89 bool ExtensionTtsPlatformImplMac::IsSpeaking() {
90 return [speech_synthesizer_ isSpeaking];
extension_tts_api_linux.cc 34 virtual bool IsSpeaking() {
extension_tts_api_chromeos.cc 32 virtual bool IsSpeaking();
125 bool ExtensionTtsPlatformImplChromeOs::IsSpeaking() {
128 IsSpeaking();
extension_tts_api.h 28 // before speaking again, otherwise it will wait until IsSpeaking
42 virtual bool IsSpeaking() = 0;
139 bool IsSpeaking() const;
226 DECLARE_EXTENSION_FUNCTION_NAME("experimental.tts.isSpeaking")
extension_tts_api_win.cc 31 virtual bool IsSpeaking();
106 bool ExtensionTtsPlatformImplWin::IsSpeaking() {
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 41 bool IsSpeaking() {
42 return chromeos::IsSpeaking();
60 bool IsSpeaking() { return false; }
mock_speech_synthesis_library.h 21 MOCK_METHOD0(IsSpeaking, bool(void));
speech_synthesis_library.h 31 virtual bool IsSpeaking() = 0;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 47 bool WebContextMenuClient::isSpeaking()
49 return m_page->isSpeaking();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebContextMenuClientQt.cpp 40 bool WebContextMenuClient::isSpeaking()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebContextMenuClientWin.cpp 39 bool WebContextMenuClient::isSpeaking()
  /external/webkit/Source/WebCore/page/
ContextMenuClient.h 56 virtual bool isSpeaking() = 0;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp 45 bool ContextMenuClientAndroid::isSpeaking()
ContextMenuClientAndroid.h 46 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 55 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.cpp 68 bool ContextMenuClientHaiku::isSpeaking()
ContextMenuClientHaiku.h 47 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 45 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.cpp 70 bool ContextMenuClientQt::isSpeaking()
ContextMenuClientQt.h 46 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 47 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.cpp 85 bool ContextMenuClientWinCE::isSpeaking()
ContextMenuClientWinCE.h 49 virtual bool isSpeaking();
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 86 bool ContextMenuClientWx::isSpeaking()

Completed in 687 milliseconds

1 2 3