Searched defs:addChild (Results 51 - 75 of 83) sorted by relevance

1234

/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp81 RenderFlexibleBox::addChild(m_innerBlock);
109 void RenderMenuList::addChild(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderMenuList
112 m_innerBlock->addChild(newChild, beforeChild);
212 addChild(m_buttonText);
222 addChild(m_buttonText);
H A DRenderTable.cpp112 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild) function in class:WebCore::RenderTable
179 RenderBox::addChild(child, beforeChild);
184 lastChild()->addChild(child);
194 lastBox->addChild(child, beforeChild);
205 addChild(section, beforeChild);
206 section->addChild(child);
827 // repair column count (addChild can grow it too much, because it always adds elements to the last row of a section)
H A DRenderTableSection.cpp99 void RenderTableSection::addChild(RenderObject* child, RenderObject* beforeChild) function in class:WebCore::RenderTableSection
112 last->addChild(child, beforeChild);
122 lastBox->addChild(child, beforeChild);
131 addChild(row, beforeChild);
132 row->addChild(child);
156 RenderBox::addChild(child, beforeChild);
H A DRenderInline.cpp197 void RenderInline::addChild(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderInline
269 RenderBoxModelObject::addChild(newChild, beforeChild);
415 newBlockBox->addChild(newChild);
H A DRenderObject.cpp279 void RenderObject::addChild(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderObject
317 addChild(table, beforeChild);
319 table->addChild(newChild);
448 parentLayer->addChild(toRenderBoxModelObject(obj)->layer(), beforeChild);
490 newParent->addChild(layer);
H A DRenderLayer.cpp1020 void RenderLayer::addChild(RenderLayer* child, RenderLayer* beforeChild) function in class:WebCore::RenderLayer
1125 parent->addChild(current, nextSib);
1142 parentLayer->addChild(this, beforeChild);
1931 renderer()->document()->view()->addChild(widget.get());
H A DRenderBlock.cpp572 newBlockBox->addChild(newChild);
644 newBlockBox->addChild(newChild);
710 beforeChild->parent()->addChild(newChild, beforeChild);
712 addChild(newChild, beforeChild->parent());
723 anonymousChild->addChild(newChild, beforeChild);
786 afterChild->addChild(newChild);
793 RenderBox::addChild(newBox, beforeChild);
794 newBox->addChild(newChild);
799 RenderBox::addChild(newChild, beforeChild);
806 void RenderBlock::addChild(RenderObjec function in class:WebCore::RenderBlock
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py170 def addChild(self, t): member in class:Tree
316 use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
348 def addChild(self, t, child): member in class:TreeAdaptor
729 def addChild(self, childTree): member in class:BaseTree
1015 self.addChild(newTree, newSubTree)
1020 def addChild(self, tree, child): member in class:BaseTreeAdaptor
1034 tree.addChild(child)
1085 # add oldRoot to newRoot; addChild takes care of case where oldRoot
1088 newRoot.addChild(oldRoo
[all...]
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php86 function addChild(&$node) function
100 $this->addChild($node);
497 $node_0->addChild($node_1);
560 $node_3->addChild($node_0);
561 $node_3->addChild($node_1);
562 $node_3->addChild($node_2);
566 $node_4->addChild($node_3);
572 $node_2->addChild($node_0);
573 $node_2->addChild($node_1);
580 $node_2->addChild(
[all...]
/external/llvm/include/llvm/Analysis/
H A DDominators.h91 DomTreeNodeBase<NodeT> *addChild(DomTreeNodeBase<NodeT> *C) { function in class:llvm::DomTreeNodeBase
487 IDomNode->addChild(new DomTreeNodeBase<NodeT>(BB, IDomNode));
635 return this->DomTreeNodes[BB] = IDomNode->addChild(C);
/external/v8/tools/
H A Dprofile.js632 * parentClone.addChild(nodeClone);
705 CallTree.Node.prototype.addChild = function(label) {
751 return this.findChild(label) || this.addChild(label);
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionAPI.js350 addChild: function()
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp77 void ScrollView::addChild(PassRefPtr<Widget> prpChild) function in class:WebCore::ScrollView
103 addChild(m_horizontalScrollbar.get());
123 addChild(m_verticalScrollbar.get());
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp156 void GraphicsLayerAndroid::addChild(GraphicsLayer* childLayer) function in class:WebCore::GraphicsLayerAndroid
160 ALOGV("(%x) addChild: %x (%s)", this, childLayer, name.ascii().data());
162 GraphicsLayer::addChild(childLayer);
169 ALOGV("(%x) addChild %x AtIndex %d", this, childLayer, index);
177 ALOGV("(%x) addChild %x Below %x", this, childLayer, sibling);
185 ALOGV("(%x) addChild %x Above %x", this, childLayer, sibling);
538 m_foregroundClipLayer->addChild(m_foregroundLayer);
539 m_contentLayer->addChild(m_foregroundClipLayer);
631 m_foregroundClipLayer->addChild(m_fixedBackgroundLayer);
1119 m_contentLayer->addChild(replicatedLaye
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp309 void GraphicsLayerCA::addChild(GraphicsLayer* childLayer) function in class:WebCore::GraphicsLayerCA
311 GraphicsLayer::addChild(childLayer);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1017 void GraphicsLayerQt::addChild(GraphicsLayer* layer) function in class:WebCore::GraphicsLayerQt
1020 GraphicsLayer::addChild(layer);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 740 milliseconds

1234