HomeSort by relevance Sort by last modified time
    Searched refs:EditorClientAndroid (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 30 #include "EditorClientAndroid.h"
44 void EditorClientAndroid::pageDestroyed() {
48 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; }
49 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false; }
50 bool EditorClientAndroid::smartInsertDeleteEnabled() { notImplemented(); return false; }
51 bool EditorClientAndroid::isSelectTrailingWhitespaceEnabled(){ notImplemented(); return false; }
52 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; }
53 void EditorClientAndroid::toggleContinuousSpellChecking() { notImplemented(); }
54 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; }
55 void EditorClientAndroid::toggleGrammarChecking() { notImplemented();
    [all...]
EditorClientAndroid.h 36 class EditorClientAndroid : public EditorClient {
38 EditorClientAndroid() {
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 35 #include "EditorClientAndroid.h"
190 EditorClientAndroid* editor = new EditorClientAndroid;
WebViewCore.cpp 42 #include "EditorClientAndroid.h"
    [all...]
WebCoreFrameBridge.cpp 42 #include "EditorClientAndroid.h"
874 EditorClientAndroid* editorC = new EditorClientAndroid;
    [all...]
  /external/webkit/WebKit/
Android.mk 23 android/WebCoreSupport/EditorClientAndroid.cpp \

Completed in 141 milliseconds