OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertIntoTextNodeCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertIntoTextNodeCommand.cpp
27
#include "core/editing/
InsertIntoTextNodeCommand
.h"
37
InsertIntoTextNodeCommand
::
InsertIntoTextNodeCommand
(PassRefPtr<Text> node, unsigned offset, const String& text)
48
void
InsertIntoTextNodeCommand
::doApply()
66
void
InsertIntoTextNodeCommand
::doUnapply()
InsertIntoTextNodeCommand.h
35
class
InsertIntoTextNodeCommand
: public SimpleEditCommand {
37
static PassRefPtr<
InsertIntoTextNodeCommand
> create(PassRefPtr<Text> node, unsigned offset, const String& text)
39
return adoptRef(new
InsertIntoTextNodeCommand
(node, offset, text));
43
InsertIntoTextNodeCommand
(PassRefPtr<Text> node, unsigned offset, const String& text);
Completed in 31 milliseconds