Searched refs:EditorClientImpl (Results 1 – 19 of 19) sorted by relevance
39 EditorClientImpl::EditorClientImpl(WebViewImpl* webview) in EditorClientImpl() function in blink::EditorClientImpl44 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()
43 class EditorClientImpl FINAL : public EditorClient {45 explicit EditorClientImpl(WebViewImpl*);46 virtual ~EditorClientImpl();
41 class EditorClientImpl; variable
28 'EditorClientImpl.cpp',29 'EditorClientImpl.h',
607 EditorClientImpl m_editorClientImpl;
45 third_party/WebKit/Source/web/EditorClientImpl.cpp \
106 '|Source/web/EditorClientImpl' \
1868 // the focus, and then EditorClientImpl::textFieldDidEndEditing() would cancel2826 // EditorClientImpl::handleKeyboardEvent() (renderer) ->