Searched refs:ContextMenuClient (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebCore/page/
H A DContextMenuController.h37 class ContextMenuClient;
45 ContextMenuController(Page*, ContextMenuClient*);
48 ContextMenuClient* client() { return m_client; }
63 ContextMenuClient* m_client;
H A DContextMenuClient.h39 class ContextMenuClient { class in namespace:WebCore
41 virtual ~ContextMenuClient() { }
H A DPage.h47 class ContextMenuClient;
91 Page(ChromeClient*, ContextMenuClient*, EditorClient*, DragClient*, InspectorClient*, PluginHalterClient*, GeolocationControllerClient*);
H A DContextMenuController.cpp33 #include "ContextMenuClient.h"
66 ContextMenuController::ContextMenuController(Page* page, ContextMenuClient* client)
H A DPage.cpp29 #include "ContextMenuClient.h"
123 Page::Page(ChromeClient* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragClient* dragClient, InspectorClient* inspectorClient, PluginHalterClient* pluginHalterClient, GeolocationControllerClient* geolocationControllerClient)
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.cpp38 ContextMenuClient::ContextMenuClient(WebKitWebView *webView) function in class:WebKit::ContextMenuClient
43 void ContextMenuClient::contextMenuDestroyed()
128 PlatformMenuDescription ContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
161 void ContextMenuClient::contextMenuItemSelected(ContextMenuItem*, const ContextMenu*)
166 void ContextMenuClient::downloadURL(const KURL& url)
174 void ContextMenuClient::copyImageToClipboard(const HitTestResult&)
179 void ContextMenuClient::searchWithGoogle(const Frame*)
184 void ContextMenuClient::lookUpInDictionary(Frame*)
189 void ContextMenuClient
[all...]
H A DContextMenuClientGtk.h29 #include "ContextMenuClient.h"
39 class ContextMenuClient : public WebCore::ContextMenuClient class in namespace:WebKit
42 ContextMenuClient(WebKitWebView*);
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebContextMenuClient.h29 #import <WebCore/ContextMenuClient.h>
33 class WebContextMenuClient : public WebCore::ContextMenuClient {
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.h26 #include <WebCore/ContextMenuClient.h>
34 class WebContextMenuClient : public WebCore::ContextMenuClient {
/external/webkit/WebKit/android/WebCoreSupport/
H A DContextMenuClientAndroid.h29 #include "ContextMenuClient.h"
33 class ContextMenuClientAndroid : public ContextMenuClient {
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DContextMenuClientHaiku.h30 #include "ContextMenuClient.h"
36 class ContextMenuClientHaiku : public ContextMenuClient {
/external/webkit/WebKit/qt/WebCoreSupport/
H A DContextMenuClientQt.h29 #include "ContextMenuClient.h"
36 class ContextMenuClientQt : public ContextMenuClient
/external/webkit/WebKit/wx/WebKitSupport/
H A DContextMenuClientWx.h31 #include "ContextMenuClient.h"
36 class ContextMenuClientWx : public ContextMenuClient {
/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.h34 #include "ContextMenuClient.h"
41 class ContextMenuClientImpl : public WebCore::ContextMenuClient {
/external/webkit/WebCore/svg/graphics/
H A DSVGImage.cpp233 static ContextMenuClient* dummyContextMenuClient = new EmptyContextMenuClient;
235 static ContextMenuClient* dummyContextMenuClient = 0;
/external/webkit/WebCore/loader/
H A DEmptyClients.h31 #include "ContextMenuClient.h"
437 class EmptyContextMenuClient : public ContextMenuClient, public Noncopyable {
/external/webkit/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp875 WebCore::ContextMenuClient* contextMenuC = new ContextMenuClientAndroid;
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp2729 priv->corePage = new Page(new WebKit::ChromeClient(webView), new WebKit::ContextMenuClient(webView), new WebKit::EditorClient(webView), new WebKit::DragClient(webView), inspectorClient, 0, 0);

Completed in 1239 milliseconds