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/chromium_org/third_party/WebKit/Source/core/editing/
UnlinkCommand.cpp
27
#include "core/editing/
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
explicit
UnlinkCommand
(Document&);
Completed in 23 milliseconds