OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JoinTextNodesCommand
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/editing/
JoinTextNodesCommand.h
35
class
JoinTextNodesCommand
: public SimpleEditCommand {
37
static PassRefPtr<
JoinTextNodesCommand
> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
39
return adoptRef(new
JoinTextNodesCommand
(text1, text2));
43
JoinTextNodesCommand
(PassRefPtr<Text>, PassRefPtr<Text>);
JoinTextNodesCommand.cpp
27
#include "
JoinTextNodesCommand
.h"
33
JoinTextNodesCommand
::
JoinTextNodesCommand
(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
43
void
JoinTextNodesCommand
::doApply()
60
void
JoinTextNodesCommand
::doUnapply()
CompositeEditCommand.cpp
47
#include "
JoinTextNodesCommand
.h"
292
applyCommandToComposite(
JoinTextNodesCommand
::create(text1, text2));
[
all
...]
/external/webkit/WebCore/
Android.mk
209
editing/
JoinTextNodesCommand
.cpp \
Completed in 22 milliseconds