Searched refs:EditorClientAndroid (Results 1 – 7 of 7) sorted by relevance
47 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 …]
43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {45 EditorClientAndroid() { in EditorClientAndroid() function
303 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient()); in dispatchDidCommitLoad()
2236 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 …]
600 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient()); in Sync()
1096 EditorClientAndroid* editorC = new EditorClientAndroid; in CreateFrame()
27 android/WebCoreSupport/EditorClientAndroid.cpp \