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

  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 45 class EditorClientImpl : public WebCore::EditorClient {
47 EditorClientImpl(WebViewImpl* webView);
49 virtual ~EditorClientImpl();
147 void doAutofill(WebCore::Timer<EditorClientImpl>*);
180 WebCore::Timer<EditorClientImpl> m_autofillTimer;
EditorClientImpl.cpp 28 #include "EditorClientImpl.h"
70 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
75 , m_autofillTimer(this, &EditorClientImpl::doAutofill)
79 EditorClientImpl::~EditorClientImpl()
83 void EditorClientImpl::pageDestroyed()
88 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem)
97 bool EditorClientImpl::smartInsertDeleteEnabled()
104 bool EditorClientImpl::isSelectTrailingWhitespaceEnabled(
    [all...]

Completed in 224 milliseconds