Searched refs:EditorClientWinCE (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp25 #include "EditorClientWinCE.h"
38 EditorClientWinCE::EditorClientWinCE(WebView* webView) function in class:WebKit::EditorClientWinCE
43 EditorClientWinCE::~EditorClientWinCE()
47 void EditorClientWinCE::setInputMethodState(bool active)
52 bool EditorClientWinCE::shouldDeleteRange(Range*)
58 bool EditorClientWinCE::shouldShowDeleteInterface(HTMLElement*)
63 bool EditorClientWinCE::isContinuousSpellCheckingEnabled()
69 bool EditorClientWinCE
[all...]
H A DEditorClientWinCE.h35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient { class in namespace:WebKit
37 EditorClientWinCE(WebView*);
38 ~EditorClientWinCE();
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp32 #include "EditorClientWinCE.h"
94 pageClients.editorClient = new WebKit::EditorClientWinCE(this);

Completed in 297 milliseconds