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

  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 25 #include "EditorClientWinCE.h"
38 EditorClientWinCE::EditorClientWinCE(WebView* webView)
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::isGrammarCheckingEnabled(
    [all...]
EditorClientWinCE.h 35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient {
37 EditorClientWinCE(WebView*);
38 ~EditorClientWinCE();
  /external/webkit/Source/WebKit/wince/
WebView.cpp 32 #include "EditorClientWinCE.h"
94 pageClients.editorClient = new WebKit::EditorClientWinCE(this);

Completed in 28 milliseconds