HomeSort by relevance Sort by last modified time
    Searched refs:firstChild (Results 126 - 150 of 619) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 95 beforeChild = last->firstChild();
142 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
161 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
216 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
RenderTable.cpp 192 beforeChild = lastBox->firstChild();
315 RenderObject* child = firstChild();
353 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
413 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
497 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
507 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
558 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
572 for (RenderObject* o = firstChild(); o && o != stop; o = o->nextInPreOrder()) {
580 for (RenderObject* child = firstChild(); child; child = child->nextSibling())
673 for (RenderObject* child = firstChild(); child; child = child->nextSibling())
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 85 for (Node* child = m_shadowRoot->firstChild(); child; child = child->nextSibling())
  /external/webkit/Source/WebCore/svg/
SVGFEMergeElement.cpp 47 for (Node* node = firstChild(); node; node = node->nextSibling()) {
SVGFontFaceSrcElement.cpp 49 for (Node* child = firstChild(); child; child = child->nextSibling()) {
SVGSwitchElement.cpp 48 for (Node* node = firstChild(); node; node = node->nextSibling()) {
  /external/webkit/Source/WebCore/xml/
XPathUtil.cpp 57 for (Node* n = node->firstChild(); n; n = n->traverseNextNode(node)) {
XMLViewer.js 48 while (child = document.firstChild) {
75 //var style = document.head.firstChild;
80 for (var child = sourceXML.firstChild; child; child = child.nextSibling)
111 if (!node.firstChild)
114 var child = node.firstChild;
133 for (var child = node.firstChild; child; child = child.nextSibling)
144 for (var child = node.firstChild; child; child = child.nextSibling)
  /external/chromium/net/tools/testserver/
xmppserver.py 270 stanza.firstChild.tagName != name):
289 encoded_username_password = stanza.firstChild.data
328 resource = resource_element.firstChild.data
423 elif (stanza.firstChild and
424 stanza.firstChild.namespaceURI == 'google:push'):
437 if stanza.tagName == 'iq' and stanza.firstChild.tagName == 'subscribe':
440 elif stanza.tagName == 'message' and stanza.firstChild.tagName == 'push':
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 53 private NestedMapData firstChild = null;
102 NestedMapData curr = sym.firstChild;
119 sym.firstChild = data;
138 parent.firstChild = nextSibling;
348 NestedMapData curr = sym.firstChild;
517 for (NestedMapData child = firstChild; child != null; child = child.nextSibling) {
604 return new ChildrenIterator(followSymLinkToTheBitterEnd().firstChild);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 251 Node firstChild = node.getFirstChild();
252 boolean indentAfter = firstChild == null
253 || firstChild.getNodeType() != Node.TEXT_NODE
254 || firstChild.getNodeValue().indexOf('\n') == -1;
257 firstChild);
258 node.insertBefore(commentNode, firstChild);
260 node.insertBefore(doc.createTextNode('\n' + firstLineIndent), firstChild);
  /external/webkit/Source/WebCore/inspector/front-end/
Drawer.js 112 this._drawerStatusBar.insertBefore(anchoredItems, this._drawerStatusBar.firstChild);
183 this._mainStatusBar.insertBefore(anchoredItems, this._mainStatusBar.firstChild);
189 this._counters.insertBefore(this._currentPanelCounters, this._counters.firstChild);
268 this._counters.insertBefore(x, this._counters.firstChild);
310 var child = this.element.firstChild;
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 292 Node* firstChild = node->firstChild();
293 return firstChild && !firstChild->nextSibling();
298 return hasOneChild(node) && node->firstChild()->isTextNode();
303 if (!fragment->firstChild()) {
309 static_cast<Text*>(element->firstChild())->setData(static_cast<Text*>(fragment->firstChild())->data(), ec);
314 element->replaceChild(fragment, element->firstChild(), ec);
325 static_cast<Text*>(element->firstChild())->setData(text, ec)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 95 Alternatively you can traverse the document manually using firstChild() and
621 QWebElement QWebElement::firstChild() const
625 for (Node* child = m_element->firstChild(); child; child = child->nextSibling()) {
637 \sa firstChild(), previousSibling(), nextSibling()
655 \sa firstChild(), previousSibling(), lastChild()
673 \sa firstChild(), nextSibling(), lastChild()
1050 m_element->insertBefore(element.m_element, m_element->firstChild(), exception);
1076 m_element->insertBefore(fragment, m_element->firstChild(), exception);
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform07.js 123 child = body.firstChild;
133 child = body.firstChild;
138 assertEquals("firstChild","#text",childName);
datatypenormalization15.js 129 childNode = element.firstChild;
135 childNode = element.firstChild;
141 childNode = element.firstChild;
datatypenormalization17.js 127 childNode = element.firstChild;
133 childNode = element.firstChild;
139 childNode = element.firstChild;
datatypenormalization18.js 129 childNode = element.firstChild;
135 childNode = element.firstChild;
141 childNode = element.firstChild;
elementcontentwhitespace01.js 114 child = body.firstChild;
130 child = body.firstChild;
135 assertEquals("firstChild","#text",childName);
elementcontentwhitespace03.js 116 child = body.firstChild;
133 child = body.firstChild;
138 assertEquals("firstChild","#text",childName);
infoset03.js 128 childNode = element.firstChild;
135 childNode = element.firstChild;
141 childNode = element.firstChild;
infoset08.js 118 child = body.firstChild;
128 child = body.firstChild;
133 assertEquals("firstChild","#text",childName);
nodeinsertbefore17.js 99 var firstChild;
112 refNode = element.firstChild;
116 insertedText = element.firstChild;
nodeinsertbefore25.js 106 eRef = element.firstChild;
108 span = eRef.firstChild;
111 spanText = span.firstChild;
nodereplacechild31.js 106 ent4Ref = elem.firstChild;
108 span = ent4Ref.firstChild;
111 spanText = span.firstChild;

Completed in 894 milliseconds

1 2 3 4 56 7 8 91011>>