Home
last modified time | relevance | path

Searched refs:EditorClientImpl (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DEditorClientImpl.cpp39 EditorClientImpl::EditorClientImpl(WebViewImpl* webview) in EditorClientImpl() function in blink::EditorClientImpl
44 EditorClientImpl::~EditorClientImpl() in ~EditorClientImpl()
48 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, SelectionType selectionType) in respondToChangedSelection()
55 void EditorClientImpl::respondToChangedContents() in respondToChangedContents()
61 bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const in canCopyCut()
69 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const in canPaste()
77 bool EditorClientImpl::handleKeyboardEvent() in handleKeyboardEvent()
DEditorClientImpl.h43 class EditorClientImpl FINAL : public EditorClient {
45 explicit EditorClientImpl(WebViewImpl*);
46 virtual ~EditorClientImpl();
DWebTextCheckingCompletionImpl.h41 class EditorClientImpl; variable
Dweb.gypi28 'EditorClientImpl.cpp',
29 'EditorClientImpl.h',
DWebViewImpl.h607 EditorClientImpl m_editorClientImpl;
Dblink_web.target.linux-mips64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.linux-x86_64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.linux-arm64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-mips.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.linux-x86.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-x86.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.linux-arm.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-mips64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.linux-mips.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-x86_64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-arm64.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
Dblink_web.target.darwin-arm.mk45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
/external/chromium_org/third_party/WebKit/
DWATCHLISTS106 '|Source/web/EditorClientImpl' \
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac.mm1868 // the focus, and then EditorClientImpl::textFieldDidEndEditing() would cancel
2826 // EditorClientImpl::handleKeyboardEvent() (renderer) ->