HomeSort by relevance Sort by last modified time
    Searched full:stopspeaking (Results 26 - 50 of 57) sorted by null

12 3

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 57 virtual void stopSpeaking();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebContextMenuClientGtk.cpp 52 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 55 virtual void stopSpeaking() {}
  /external/webkit/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
classes.nib 127 <key>stopSpeaking</key>
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 355 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
364 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 356 void WebContextMenuClient::stopSpeaking()
358 [NSApp stopSpeaking:nil];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 114 void WebPageProxy::stopSpeaking()
116 [NSApp stopSpeaking:nil];
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 39 virtual bool StopSpeaking() = 0;
extension_tts_api.cc 250 GetPlatformImpl()->StopSpeaking();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 195 void ContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 138 void WebContextMenuClient::stopSpeaking()
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.messages.in 220 StopSpeaking()
WebPageProxy.h 637 void stopSpeaking();
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
designable.nib     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 693 if (action == @selector(stopSpeaking:))
734 - (IBAction)stopSpeaking:(id)sender
736 [NSApp stopSpeaking:sender];
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 561 virtual void stopSpeaking() { }
  /external/webkit/Source/WebKit/win/
WebView.h 588 virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
    [all...]
  /external/webkit/Source/WebKit/wince/
ChangeLog 717 (WebKit::ContextMenuClient::stopSpeaking):
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 358 void stopSpeaking();
WebPage.cpp     [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 331 m_client->stopSpeaking();
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 757 - (void)stopSpeaking:(id)sender;
WebHTMLView.mm     [all...]
  /external/webkit/Tools/MiniBrowser/mac/
MainMenu.xib     [all...]

Completed in 1288 milliseconds

12 3