Searched refs:firstChild (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_attrreplacechild1.js96 var firstChild;
109 firstChild = titleAttr.firstChild;
111 assertNotNull("attrChildNotNull",firstChild);
112 retval = titleAttr.replaceChild(textNode,firstChild);
122 firstChild = titleAttr.firstChild;
124 value = firstChild.nodeValue;
H A Dhc_attrreplacechild2.js98 var firstChild;
115 firstChild = titleAttr.firstChild;
117 assertNotNull("attrChildNotNull",firstChild);
118 retval = titleAttr.replaceChild(docFrag,firstChild);
128 firstChild = titleAttr.firstChild;
130 value = firstChild.nodeValue;
H A Dhc_attrsetvalue1.js93 var firstChild;
106 firstChild = titleAttr.firstChild;
108 assertNotNull("attrChildNotNull",firstChild);
111 firstChild.nodeValue = "impl reused node";
119 firstChild = titleAttr.lastChild;
121 value = firstChild.nodeValue;
124 otherChild = firstChild.nextSibling;
H A Dhc_attrsetvalue2.js94 var firstChild;
109 firstChild = titleAttr.firstChild;
111 assertNotNull("attrChildNotNull",firstChild);
114 firstChild.nodeValue = "impl reused node";
122 firstChild = titleAttr.lastChild;
124 value = firstChild.nodeValue;
127 otherChild = firstChild.nextSibling;
H A Dhc_documentgetelementsbytagnamevalue.js97 var firstChild;
107 firstChild = nameNode.firstChild;
109 childValue = firstChild.nodeValue;
H A Dhc_attrinsertbefore2.js97 var firstChild;
111 refChild = titleAttr.firstChild;
123 firstChild = titleAttr.firstChild;
125 value = firstChild.nodeValue;
H A Dhc_attrinsertbefore4.js98 var firstChild;
117 refChild = titleAttr.firstChild;
129 firstChild = titleAttr.firstChild;
131 value = firstChild.nodeValue;
H A Dhc_attrnormalize.js96 var firstChild;
117 firstChild = titleAttr.firstChild;
119 value = firstChild.nodeValue;
122 secondChild = firstChild.nextSibling;
H A Dhc_attrremovechild1.js95 var firstChild;
107 textNode = titleAttr.firstChild;
120 firstChild = titleAttr.firstChild;
122 assertNull("firstChildNull",firstChild);
H A Dhc_elementnormalize2.js92 var firstChild;
113 firstChild = attrNode.firstChild;
115 childValue = firstChild.nodeValue;
117 assertEquals("firstChild","Yes",childValue);
118 secondChild = firstChild.nextSibling;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_attrreplacechild1.js96 var firstChild;
109 firstChild = titleAttr.firstChild;
111 assertNotNull("attrChildNotNull",firstChild);
112 retval = titleAttr.replaceChild(textNode,firstChild);
122 firstChild = titleAttr.firstChild;
124 value = firstChild.nodeValue;
H A Dhc_attrreplacechild2.js98 var firstChild;
115 firstChild = titleAttr.firstChild;
117 assertNotNull("attrChildNotNull",firstChild);
118 retval = titleAttr.replaceChild(docFrag,firstChild);
128 firstChild = titleAttr.firstChild;
130 value = firstChild.nodeValue;
H A Dhc_attrsetvalue1.js93 var firstChild;
106 firstChild = titleAttr.firstChild;
108 assertNotNull("attrChildNotNull",firstChild);
111 firstChild.nodeValue = "impl reused node";
119 firstChild = titleAttr.lastChild;
121 value = firstChild.nodeValue;
124 otherChild = firstChild.nextSibling;
H A Dhc_attrsetvalue2.js94 var firstChild;
109 firstChild = titleAttr.firstChild;
111 assertNotNull("attrChildNotNull",firstChild);
114 firstChild.nodeValue = "impl reused node";
122 firstChild = titleAttr.lastChild;
124 value = firstChild.nodeValue;
127 otherChild = firstChild.nextSibling;
H A Dhc_documentgetelementsbytagnamevalue.js97 var firstChild;
107 firstChild = nameNode.firstChild;
109 childValue = firstChild.nodeValue;
H A Dhc_attrinsertbefore2.js97 var firstChild;
111 refChild = titleAttr.firstChild;
123 firstChild = titleAttr.firstChild;
125 value = firstChild.nodeValue;
H A Dhc_attrinsertbefore4.js98 var firstChild;
117 refChild = titleAttr.firstChild;
129 firstChild = titleAttr.firstChild;
131 value = firstChild.nodeValue;
H A Dhc_attrnormalize.js96 var firstChild;
117 firstChild = titleAttr.firstChild;
119 value = firstChild.nodeValue;
122 secondChild = firstChild.nextSibling;
/external/webkit/Source/WebCore/editing/
H A DSplitTextNodeContainingElementCommand.cpp57 Node* firstChild = parent->firstChild(); local
58 if (!firstChild || !firstChild->isElementNode())
60 parent = static_cast<Element*>(firstChild);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeinsertbefore16.js92 var firstChild;
105 firstChild = element.firstChild;
107 refElem = firstChild.nextSibling;
113 firstChild = element.firstChild;
115 insertedElem = firstChild.nextSibling;
H A Ddocumentadoptnode16.js104 var firstChild;
132 parentImp = adopted.firstChild;
134 childImp = parentImp.firstChild;
139 firstChild = childAttrImp.firstChild;
141 assertNotNull("firstChildNotNull",firstChild);
142 firstChildName = firstChild.nodeName;
144 firstChildValue = firstChild.nodeValue;
146 firstChildType = firstChild.nodeType;
H A Dnodereplacechild26.js92 var firstChild;
105 firstChild = elem.firstChild;
111 replaced = elem.replaceChild(docElem,firstChild);
H A Ddocumentadoptnode01.js98 var firstChild;
130 firstChild = adoptedclass.firstChild;
132 assertNotNull("firstChildNotNull",firstChild);
133 firstChildValue = firstChild.nodeValue;
139 secondChild = firstChild.nextSibling;
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLUnderOver.cpp67 RenderObject* current = this->firstChild();
84 RenderBlock::addChild(row, firstChild());
96 RenderBlock::addChild(row, firstChild());
124 RenderObject* base = firstChild();
136 base = base->firstChild();
154 over = firstChild();
158 if (!over->firstChild()->isBoxModelObject())
161 int overSpacing = static_cast<int>(gOverSpacingAdjustment * (getOffsetHeight(over) - toRenderBoxModelObject(over->firstChild())->baselinePosition(AlphabeticBaseline, true, HorizontalLine)));
181 base = firstChild();
185 base = base->firstChild();
[all...]
H A DRenderMathMLSubSup.cpp66 if (firstChild()) {
88 m_scripts->addChild(script, m_scripts->firstChild());
108 RenderObject* base = firstChild();
112 if (base->firstChild()->isRenderMathMLBlock()) {
113 RenderMathMLBlock* block = toRenderMathMLBlock(base->firstChild());
118 RenderObject* script = m_scripts->firstChild();
122 int topHeight = getBoxModelObjectHeight(top->firstChild());
147 if (firstChild())
148 firstChild()->setNeedsLayout(true);
155 if (RenderObject* base = firstChild()) {
[all...]

Completed in 239 milliseconds

1234567891011>>