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

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 49 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
51 EditorClientImpl(WebViewImpl* webView);
53 virtual ~EditorClientImpl();
EditorClientImpl.cpp 28 #include "EditorClientImpl.h"
75 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
82 EditorClientImpl::~EditorClientImpl()
86 bool EditorClientImpl::smartInsertDeleteEnabled()
93 bool EditorClientImpl::isSelectTrailingWhitespaceEnabled()
100 bool EditorClientImpl::shouldSpellcheckByDefault()
131 bool EditorClientImpl::isContinuousSpellCheckingEnabled()
140 void EditorClientImpl::toggleContinuousSpellChecking(
    [all...]

Completed in 26 milliseconds