webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebContextMenuClient Class Reference

#include <WebContextMenuClient.h>

Inheritance diagram for WebContextMenuClient:

Public Member Functions

 WebContextMenuClient (WebView *)
 
virtual void contextMenuDestroyed ()
 
virtual void downloadURL (const WebCore::URL &)
 
virtual void searchWithGoogle (const WebCore::Frame *)
 
virtual void lookUpInDictionary (WebCore::Frame *)
 
virtual void speak (const WTF::String &)
 
virtual void stopSpeaking ()
 
virtual bool isSpeaking ()
 

Constructor & Destructor Documentation

◆ WebContextMenuClient()

WebContextMenuClient::WebContextMenuClient ( WebView webView)

Member Function Documentation

◆ contextMenuDestroyed()

void WebContextMenuClient::contextMenuDestroyed ( )
virtual

◆ downloadURL()

void WebContextMenuClient::downloadURL ( const WebCore::URL url)
virtual

◆ isSpeaking()

bool WebContextMenuClient::isSpeaking ( )
virtual

◆ lookUpInDictionary()

void WebContextMenuClient::lookUpInDictionary ( WebCore::Frame frame)
virtual

◆ searchWithGoogle()

void WebContextMenuClient::searchWithGoogle ( const WebCore::Frame frame)
virtual

◆ speak()

void WebContextMenuClient::speak ( const WTF::String )
virtual

◆ stopSpeaking()

void WebContextMenuClient::stopSpeaking ( )
virtual

The documentation for this class was generated from the following files: