HomeSort by relevance Sort by last modified time
    Searched refs:newChild (Results 176 - 200 of 225) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 427 void RenderBlock::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild)
442 if (newChild->isFloatingOrOutOfFlowPositioned()) {
443 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
449 bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan();
454 flow->addChildIgnoringContinuation(newChild, beforeChild);
461 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
465 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
468 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
472 void RenderBlock::addChildToAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild
    [all...]
RenderBlock.h 111 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0);
432 void placeRunInIfNeeded(RenderObject* newChild);
    [all...]
RenderView.cpp 157 void RenderView::addChild(RenderObject* newChild, RenderObject* beforeChild)
161 if (newChild && !newChild->isRenderFlowThread()) {
164 newChild->setFlowThreadState(seamlessBox->flowThreadState());
166 RenderBlock::addChild(newChild, beforeChild);
    [all...]
RenderObject.cpp 310 bool RenderObject::requiresAnonymousTableWrappers(const RenderObject* newChild) const
315 if (newChild->isRenderTableCol()) {
316 const RenderTableCol* newTableColumn = toRenderTableCol(newChild);
319 } else if (newChild->isTableCaption())
321 else if (newChild->isTableSection())
323 else if (newChild->isTableRow())
325 else if (newChild->isTableCell())
330 void RenderObject::addChild(RenderObject* newChild, RenderObject* beforeChild)
337 if (requiresAnonymousTableWrappers(newChild)) {
349 table->addChild(newChild);
    [all...]
RenderMenuList.cpp 132 void RenderMenuList::addChild(RenderObject* newChild, RenderObject* beforeChild)
135 m_innerBlock->addChild(newChild, beforeChild);
RenderView.h 200 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
RenderObject.h 252 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0);
253 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]
RenderGrid.cpp 164 void RenderGrid::addChild(RenderObject* newChild, RenderObject* beforeChild)
166 RenderBlock::addChild(newChild, beforeChild);
171 RenderBox* newChildBox = toRenderBox(newChild);
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 278 bool GraphicsLayer::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild)
280 ASSERT(!newChild->parent());
284 m_children[i] = newChild;
293 newChild->removeFromParent();
294 newChild->setParent(this);
    [all...]
GraphicsLayer.h 238 bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 747 * @param newChild New node to append to the list of this node's
753 public Node appendChild(Node newChild) throws DOMException
953 * @param newChild New child node to insert
960 public Node insertBefore(Node newChild, Node refChild)
1001 * @param newChild Replace existing child with this one
1008 public Node replaceChild(Node newChild, Node oldChild) throws DOMException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 88 * @param newChild New node to append to the list of this node's children
94 public Node appendChild(Node newChild) throws DOMException
649 * @param newChild New child node to insert
656 public Node insertBefore(Node newChild, Node refChild) throws DOMException
667 * @param newChild Replace existing child with this one
674 public Node replaceChild(Node newChild, Node oldChild) throws DOMException
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 207 void insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState&, AttachBehavior = AttachNow);
208 void replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState&, AttachBehavior = AttachNow);
210 void appendChild(PassRefPtr<Node> newChild, ExceptionState&, AttachBehavior = AttachNow);
    [all...]
Node.cpp 516 void Node::insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& es, AttachBehavior attachBehavior)
519 toContainerNode(this)->insertBefore(newChild, refChild, es, attachBehavior);
524 void Node::replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState& es, AttachBehavior attachBehavior)
527 toContainerNode(this)->replaceChild(newChild, oldChild, es, attachBehavior);
540 void Node::appendChild(PassRefPtr<Node> newChild, ExceptionState& es, AttachBehavior attachBehavior)
543 toContainerNode(this)->appendChild(newChild, es, attachBehavior);
    [all...]
Document.cpp 862 RefPtr<Node> newChild = importNode(oldChild, true, es);
865 newElement->appendChild(newChild.release(), es);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 74 public Node appendChild(Node newChild) throws DOMException {
144 public Node insertBefore(Node newChild, Node refChild) throws DOMException {
159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 99 preload(classLoader, progress.newChild(40, SubMonitor.SUPPRESS_NONE));
152 progress.newChild(1));
167 progress.newChild(1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 483 * @param newChild
491 public final Node insertBefore(Node newChild, Node refChild)
499 * @param newChild
507 public final Node replaceChild(Node newChild, Node oldChild)
529 * @param newChild
536 public final Node appendChild(Node newChild) throws DOMException
    [all...]
DTMDocumentImpl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 595 INode newChild = targetNode.insertChildAt(fqcn, insertPos);
604 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
605 addInnerElements(newChild, element, idMap);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 352 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
354 if (newChild)
355 return newChild;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]

Completed in 446 milliseconds

1 2 3 4 5 6 78 9