Searched defs:EditorClientImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h45 class EditorClientImpl : public WebCore::EditorClient { class in namespace:WebKit
47 EditorClientImpl(WebViewImpl* webView);
49 virtual ~EditorClientImpl();
147 void doAutofill(WebCore::Timer<EditorClientImpl>*);
180 WebCore::Timer<EditorClientImpl> m_autofillTimer;
H A DEditorClientImpl.cpp28 #include "EditorClientImpl.h"
70 EditorClientImpl::EditorClientImpl(WebViewImpl* webview) function in class:WebKit::EditorClientImpl
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
[all...]

Completed in 531 milliseconds