Searched refs:EditorClientQt (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp32 #include "EditorClientQt.h"
58 #define methodDebug() qDebug("EditorClientQt: %s", __FUNCTION__);
89 bool EditorClientQt::dumpEditingCallbacks = false;
90 bool EditorClientQt::acceptsEditing = true;
94 bool EditorClientQt::shouldDeleteRange(Range* range)
102 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element)
109 bool EditorClientQt::isContinuousSpellCheckingEnabled()
114 bool EditorClientQt::isGrammarCheckingEnabled()
119 int EditorClientQt::spellCheckerDocumentTag()
124 bool EditorClientQt
551 EditorClientQt::EditorClientQt(QWebPage* page) function in class:WebCore::EditorClientQt
[all...]
H A DEditorClientQt.h43 class EditorClientQt : public EditorClient, public TextCheckerClient { class in namespace:WebCore
45 EditorClientQt(QWebPage* page);
H A DDumpRenderTreeSupportQt.cpp37 #include "EditorClientQt.h"
719 EditorClientQt::dumpEditingCallbacks = b;
724 EditorClientQt::acceptsEditing = b;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h49 class EditorClientQt;
H A Dqwebpage.h56 class EditorClientQt;
436 friend class WebCore::EditorClientQt;
H A Dqwebpage.cpp55 #include "EditorClientQt.h"
324 pageClients.editorClient = new EditorClientQt(q);
906 // defined event handlers and later on end up in EditorClientQt::handleKeyboardEvent

Completed in 86 milliseconds