HomeSort by relevance Sort by last modified time
    Searched defs:WebEditorClient (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 36 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
38 WebEditorClient(WebPage* page)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 40 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
42 WebEditorClient(WebView *);
43 virtual ~WebEditorClient();
150 WebEditorClient();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
40 WebEditorClient(WebView*);
41 ~WebEditorClient();
WebEditorClient.cpp 28 #include "WebEditorClient.h"
126 // WebEditorClient ------------------------------------------------------------------
128 WebEditorClient::WebEditorClient(WebView* webView)
135 WebEditorClient::~WebEditorClient()
141 void WebEditorClient::pageDestroyed()
146 bool WebEditorClient::isContinuousSpellCheckingEnabled()
154 void WebEditorClient::toggleContinuousSpellChecking()
159 bool WebEditorClient::isGrammarCheckingEnabled(
    [all...]

Completed in 57 milliseconds