OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimplifyMarkupCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.h
33
class
SimplifyMarkupCommand
: public CompositeEditCommand {
35
static PassRefPtr<
SimplifyMarkupCommand
> create(Document& document, Node* firstNode, Node* nodeAfterLast)
37
return adoptRef(new
SimplifyMarkupCommand
(document, firstNode, nodeAfterLast));
41
SimplifyMarkupCommand
(Document&, Node* firstNode, Node* nodeAfterLast);
SimplifyMarkupCommand.cpp
27
#include "core/editing/
SimplifyMarkupCommand
.h"
37
SimplifyMarkupCommand
::
SimplifyMarkupCommand
(Document& document, Node* firstNode, Node* nodeAfterLast)
42
void
SimplifyMarkupCommand
::doApply()
101
int
SimplifyMarkupCommand
::pruneSubsequentAncestorsToRemove(Vector<RefPtr<Node> >& nodesToRemove, size_t startNodeIndex)
Completed in 35 milliseconds