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

  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
49 EditorClientImpl(WebViewImpl* webView);
51 virtual ~EditorClientImpl();
149 void doAutofill(WebCore::Timer<EditorClientImpl>*);
182 WebCore::Timer<EditorClientImpl> m_autofillTimer;
EditorClientImpl.cpp 28 #include "EditorClientImpl.h"
77 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
82 , m_autofillTimer(this, &EditorClientImpl::doAutofill)
86 EditorClientImpl::~EditorClientImpl()
90 void EditorClientImpl::pageDestroyed()
95 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem)
104 bool EditorClientImpl::smartInsertDeleteEnabled()
111 bool EditorClientImpl::isSelectTrailingWhitespaceEnabled(
    [all...]

Completed in 27 milliseconds