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

1 2

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebContextMenuClientGtk.cpp 52 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebContextMenuClientQt.cpp 51 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebContextMenuClientWin.cpp 50 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.h 45 virtual void stopSpeaking();
ContextMenuClientAndroid.cpp 44 void ContextMenuClientAndroid::stopSpeaking() { notImplemented(); }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 48 virtual void stopSpeaking();
ContextMenuClientHaiku.cpp 74 void ContextMenuClientHaiku::stopSpeaking()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 47 virtual void stopSpeaking();
ContextMenuClientQt.cpp 76 void ContextMenuClientQt::stopSpeaking()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.h 50 virtual void stopSpeaking();
ContextMenuClientWx.cpp 81 void ContextMenuClientWx::stopSpeaking()
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 47 virtual void stopSpeaking();
WebContextMenuClient.mm 356 void WebContextMenuClient::stopSpeaking()
358 [NSApp stopSpeaking:nil];
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.h 48 virtual void stopSpeaking();
ContextMenuClientWinCE.cpp 80 void ContextMenuClientWinCE::stopSpeaking()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 57 void WebContextMenuClient::stopSpeaking()
59 m_page->stopSpeaking();
  /external/webkit/Source/WebCore/page/
ContextMenuClient.h 58 virtual void stopSpeaking() = 0;
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 55 virtual void stopSpeaking() {}
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 54 virtual void stopSpeaking();
ContextMenuClientGtk.cpp 195 void ContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 46 virtual void stopSpeaking();
WebContextMenuClient.cpp 138 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 57 virtual void stopSpeaking();
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 114 void WebPageProxy::stopSpeaking()
116 [NSApp stopSpeaking:nil];
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 757 - (void)stopSpeaking:(id)sender;

Completed in 1945 milliseconds

1 2