HomeSort by relevance Sort by last modified time
    Searched refs:cloneNode (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/dom/
CDATASection.h 39 virtual PassRefPtr<Node> cloneNode(bool deep);
Comment.h 39 virtual PassRefPtr<Node> cloneNode(bool deep);
EntityReference.h 38 virtual PassRefPtr<Node> cloneNode(bool deep);
DocumentFragment.h 45 virtual PassRefPtr<Node> cloneNode(bool deep);
EntityReference.cpp 49 PassRefPtr<Node> EntityReference::cloneNode(bool)
Notation.cpp 46 PassRefPtr<Node> Notation::cloneNode(bool /*deep*/)
Notation.h 41 virtual PassRefPtr<Node> cloneNode(bool deep);
CDATASection.cpp 49 PassRefPtr<Node> CDATASection::cloneNode(bool /*deep*/)
Comment.cpp 49 PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
DocumentFragment.cpp 70 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep)
DocumentType.cpp 54 PassRefPtr<Node> DocumentType::cloneNode(bool /*deep*/)
DocumentType.h 54 virtual PassRefPtr<Node> cloneNode(bool deep);
Text.h 55 virtual PassRefPtr<Node> cloneNode(bool deep);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 115 text1 = (Text) text1.cloneNode(false);
116 text2 = (Text) text2.cloneNode(false);
121 text1 = (Text) text1.cloneNode(false);
122 text2 = (Text) text2.cloneNode(false);
127 text2 = (Text) text2.cloneNode(false);
128 text3 = (Text) text3.cloneNode(false);
133 text2 = (Text) text2.cloneNode(false);
134 text3 = (Text) text3.cloneNode(false);
139 entRef = (EntityReference) entRef.cloneNode(false);
140 text1 = (Text) text1.cloneNode(false)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 133 text1 = (Text) text1.cloneNode(false);
134 text2 = (Text) text2.cloneNode(false);
139 text1 = (Text) text1.cloneNode(false);
140 text2 = (Text) text2.cloneNode(false);
145 text2 = (Text) text2.cloneNode(false);
146 text3 = (Text) text3.cloneNode(false);
151 text2 = (Text) text2.cloneNode(false);
152 text3 = (Text) text3.cloneNode(false);
157 entRef = (EntityReference) entRef.cloneNode(false);
158 text1 = (Text) text1.cloneNode(false)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALoopIncCommand.java 49 cloneNode(this._position_),
50 cloneNode(this._variable_),
51 cloneNode(this._start_),
52 cloneNode(this._end_),
53 cloneNode(this._increment_),
54 cloneNode(this._command_));
AEachCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
AIfCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._expression_),
43 cloneNode(this._block_),
44 cloneNode(this._otherwise_));
ALoopToCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
AWithCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
ALoopCommand.java 45 cloneNode(this._position_),
46 cloneNode(this._variable_),
47 cloneNode(this._start_),
48 cloneNode(this._end_),
49 cloneNode(this._command_));
AAltCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
AAutoescapeCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
AEscapeCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
ASetCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._variable_),
39 cloneNode(this._expression_));

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 9