OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertNodeBeforeCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertNodeBeforeCommand.cpp
27
#include "core/editing/
InsertNodeBeforeCommand
.h"
34
InsertNodeBeforeCommand
::
InsertNodeBeforeCommand
(PassRefPtr<Node> insertChild, PassRefPtr<Node> refChild,
49
void
InsertNodeBeforeCommand
::doApply()
59
void
InsertNodeBeforeCommand
::doUnapply()
InsertNodeBeforeCommand.h
33
class
InsertNodeBeforeCommand
: public SimpleEditCommand {
35
static PassRefPtr<
InsertNodeBeforeCommand
> create(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore,
38
return adoptRef(new
InsertNodeBeforeCommand
(childToInsert, childToInsertBefore, shouldAssumeContentIsAlwaysEditable));
42
InsertNodeBeforeCommand
(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
Completed in 23 milliseconds