OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeChild
(Results
1 - 25
of
169
) sorted by null
1
2
3
4
5
6
7
/external/webkit/Source/WebCore/bindings/cpp/
WebDOMNodeCustom.cpp
54
WebDOMNode WebDOMNode::
removeChild
(const WebDOMNode& oldChild)
60
if (impl()->
removeChild
(toWebCore(oldChild), ec))
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANoopCommand.java
34
void
removeChild
(@SuppressWarnings("unused") Node child)
ANoopExpression.java
34
void
removeChild
(@SuppressWarnings("unused") Node child)
ACsOpenPosition.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ADataCommand.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ADecNumberVariable.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ADecimalExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
AExistsExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
AHexExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
AHexNumberVariable.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ANameVariable.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ANegativeExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ANotExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
ANumericExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
AOptimizedMultipleCommand.java
35
void
removeChild
(Node child) {
AStringExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
AVariableExpression.java
53
node.parent().
removeChild
(node);
70
void
removeChild
(@SuppressWarnings("unused") Node child)
Token.java
49
void
removeChild
(@SuppressWarnings("unused") Node child)
AAddExpression.java
58
node.parent().
removeChild
(node);
83
node.parent().
removeChild
(node);
101
void
removeChild
(@SuppressWarnings("unused") Node child)
AAltCommand.java
63
node.parent().
removeChild
(node);
88
node.parent().
removeChild
(node);
113
node.parent().
removeChild
(node);
132
void
removeChild
(@SuppressWarnings("unused") Node child)
AAndExpression.java
58
node.parent().
removeChild
(node);
83
node.parent().
removeChild
(node);
101
void
removeChild
(@SuppressWarnings("unused") Node child)
AAutoescapeCommand.java
63
node.parent().
removeChild
(node);
88
node.parent().
removeChild
(node);
113
node.parent().
removeChild
(node);
132
void
removeChild
(@SuppressWarnings("unused") Node child)
/external/webkit/Source/WebCore/rendering/
RenderDetails.cpp
65
void RenderDetails::
removeChild
(RenderObject* oldChild)
68
RenderBlock::
removeChild
(oldChild);
74
RenderBlock::
removeChild
(oldChild);
80
m_summaryBlock->
removeChild
(m_mainSummary);
85
m_contentBlock->
removeChild
(oldChild);
RenderButton.cpp
66
void RenderButton::
removeChild
(RenderObject* oldChild)
69
RenderFlexibleBox::
removeChild
(oldChild);
72
m_inner->
removeChild
(oldChild);
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java
84
parent.
removeChild
(this);
Completed in 1335 milliseconds
1
2
3
4
5
6
7