OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EditorClientImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h
45
class
EditorClientImpl
: public WebCore::EditorClient {
47
EditorClientImpl
(WebViewImpl*);
49
virtual ~
EditorClientImpl
();
EditorClientImpl.cpp
28
#include "
EditorClientImpl
.h"
40
EditorClientImpl
::
EditorClientImpl
(WebViewImpl* webview)
45
EditorClientImpl
::~
EditorClientImpl
()
49
void
EditorClientImpl
::respondToChangedSelection(WebCore::SelectionType selectionType)
55
void
EditorClientImpl
::respondToChangedContents()
61
bool
EditorClientImpl
::canCopyCut(Frame* frame, bool defaultValue) const
72
bool
EditorClientImpl
::canPaste(Frame* frame, bool defaultValue) const
83
void
EditorClientImpl
::didExecuteCommand(String commandName
[
all
...]
Completed in 425 milliseconds