OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextMenuClientAndroid
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp
27
#include "
ContextMenuClientAndroid
.h"
34
void
ContextMenuClientAndroid
::contextMenuDestroyed() { delete this; }
36
PlatformMenuDescription
ContextMenuClientAndroid
::getCustomMenuFromDefaultItems(ContextMenu*) { notImplemented(); return 0; }
37
void
ContextMenuClientAndroid
::contextMenuItemSelected(ContextMenuItem*, const ContextMenu*) { notImplemented(); }
39
void
ContextMenuClientAndroid
::downloadURL(const KURL& url) { notImplemented(); }
40
void
ContextMenuClientAndroid
::copyImageToClipboard(const HitTestResult&) { notImplemented(); }
41
void
ContextMenuClientAndroid
::searchWithGoogle(const Frame*) { notImplemented(); }
42
void
ContextMenuClientAndroid
::lookUpInDictionary(Frame*) { notImplemented(); }
43
void
ContextMenuClientAndroid
::speak(const String&) { notImplemented(); }
44
void
ContextMenuClientAndroid
::stopSpeaking() { notImplemented();
[
all
...]
ContextMenuClientAndroid.h
33
class
ContextMenuClientAndroid
: public ContextMenuClient {
/external/webkit/Source/WebKit/
Android.mk
21
android/WebCoreSupport/
ContextMenuClientAndroid
.cpp \
/external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp
32
#include "
ContextMenuClientAndroid
.h"
214
pageClients.contextMenuClient = new
ContextMenuClientAndroid
;
WebCoreFrameBridge.cpp
37
#include "
ContextMenuClientAndroid
.h"
[
all
...]
Completed in 55 milliseconds