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

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 28 #include "web/EditorClientImpl.h"
41 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
46 EditorClientImpl::~EditorClientImpl()
50 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
57 void EditorClientImpl::respondToChangedContents()
63 bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
71 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const
79 bool EditorClientImpl::handleKeyboardEvent(
    [all...]
EditorClientImpl.h 45 class EditorClientImpl FINAL : public WebCore::EditorClient {
47 EditorClientImpl(WebViewImpl*);
49 virtual ~EditorClientImpl();
WebTextCheckingCompletionImpl.h 40 class EditorClientImpl;
WebViewImpl.h 51 #include "web/EditorClientImpl.h"
578 EditorClientImpl m_editorClientImpl;
blink_web.target.darwin-arm.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.darwin-arm64.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.darwin-mips.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.darwin-x86.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.darwin-x86_64.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.linux-arm.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.linux-arm64.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.linux-mips.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.linux-x86.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \
blink_web.target.linux-x86_64.mk 102 third_party/WebKit/Source/web/EditorClientImpl.cpp \

Completed in 3227 milliseconds