OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnlinkCommand
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
UnlinkCommand.cpp
27
#include "
UnlinkCommand
.h"
33
UnlinkCommand
::
UnlinkCommand
(Document* document)
38
void
UnlinkCommand
::doApply()
UnlinkCommand.h
33
class
UnlinkCommand
: public CompositeEditCommand {
35
static PassRefPtr<
UnlinkCommand
> create(Document* document)
37
return adoptRef(new
UnlinkCommand
(document));
41
UnlinkCommand
(Document*);
Completed in 168 milliseconds