Home
last modified time | relevance | path

Searched refs:EditorClientAndroid (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp47 void EditorClientAndroid::pageDestroyed() { in pageDestroyed()
51 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; } in shouldDeleteRange()
52 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false;… in shouldShowDeleteInterface()
53 bool EditorClientAndroid::smartInsertDeleteEnabled() { notImplemented(); return false; } in smartInsertDeleteEnabled()
54 bool EditorClientAndroid::isSelectTrailingWhitespaceEnabled(){ notImplemented(); return false; } in isSelectTrailingWhitespaceEnabled()
55 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; } in isContinuousSpellCheckingEnabled()
56 void EditorClientAndroid::toggleContinuousSpellChecking() { notImplemented(); } in toggleContinuousSpellChecking()
57 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; } in isGrammarCheckingEnabled()
58 void EditorClientAndroid::toggleGrammarChecking() { notImplemented(); } in toggleGrammarChecking()
59 int EditorClientAndroid::spellCheckerDocumentTag() { notImplemented(); return -1; } in spellCheckerDocumentTag()
[all …]
DEditorClientAndroid.h43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {
45 EditorClientAndroid() { in EditorClientAndroid() function
DFrameLoaderClientAndroid.cpp303EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient()); in dispatchDidCommitLoad()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2236 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in setSelection()
2935 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in deleteSelection()
2956 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in replaceTextfieldText()
2982 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in passToJs()
3154 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in key()
3552 EditorClientAndroid* androidEditor = in initializeTextInput()
3553 static_cast<EditorClientAndroid*>(editorClient); in initializeTextInput()
4256 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in deleteText()
4280 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in insertText()
4327 EditorClientAndroid* client = static_cast<EditorClientAndroid*>( in findNextOnPage()
[all …]
DWebSettings.cpp600EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient()); in Sync()
DWebCoreFrameBridge.cpp1096 EditorClientAndroid* editorC = new EditorClientAndroid; in CreateFrame()
/external/webkit/Source/WebKit/
DAndroid.mk27 android/WebCoreSupport/EditorClientAndroid.cpp \