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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 30 #include "EditorClientAndroid.h"
47 void EditorClientAndroid::pageDestroyed() {
51 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; }
52 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false; }
53 bool EditorClientAndroid::smartInsertDeleteEnabled() { notImplemented(); return false; }
54 bool EditorClientAndroid::isSelectTrailingWhitespaceEnabled(){ notImplemented(); return false; }
55 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; }
56 void EditorClientAndroid::toggleContinuousSpellChecking() { notImplemented(); }
57 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; }
58 void EditorClientAndroid::toggleGrammarChecking() { notImplemented();
    [all...]
EditorClientAndroid.h 43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {
45 EditorClientAndroid() {
FrameLoaderClientAndroid.cpp 39 #include "EditorClientAndroid.h"
305 EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient());
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 37 #include "EditorClientAndroid.h"
209 EditorClientAndroid* editor = new EditorClientAndroid;
WebSettings.cpp 38 #include "EditorClientAndroid.h"
556 EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient());
WebViewCore.cpp 50 #include "EditorClientAndroid.h"
    [all...]
WebCoreFrameBridge.cpp 43 #include "EditorClientAndroid.h"
    [all...]
  /external/webkit/Source/WebKit/
Android.mk 25 android/WebCoreSupport/EditorClientAndroid.cpp \

Completed in 1059 milliseconds