Searched refs:child (Results 1 - 25 of 938) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderRuby.cpp77 RenderObject* child = ruby->firstChild(); local
78 return isRubyBeforeBlock(child) ? toRenderBlock(child) : 0;
83 RenderObject* child = ruby->lastChild(); local
84 return isRubyAfterBlock(child) ? toRenderBlock(child) : 0;
96 RenderObject* child = ruby->lastChild(); local
97 if (child && !child->isRubyRun())
98 child
103 findRubyRunParent(RenderObject& child) argument
125 addChild(RenderObject* child, RenderObject* beforeChild) argument
190 removeChild(RenderObject& child) argument
229 addChild(RenderObject* child, RenderObject* beforeChild) argument
294 removeChild(RenderObject& child) argument
[all...]
H A DRenderDeprecatedFlexibleBox.cpp49 RenderBox* child = m_box->firstChildBox(); local
50 while (child) {
51 if (child->style().boxOrdinalGroup() > m_largestOrdinal)
52 m_largestOrdinal = child->style().boxOrdinalGroup();
53 child = child->nextSiblingBox();
131 static LayoutUnit marginWidthForChild(RenderBox* child) argument
136 Length marginLeft = child->style().marginLeft();
137 Length marginRight = child->style().marginRight();
146 static bool childDoesNotAffectWidthOrFlexing(RenderObject* child) argument
152 contentWidthForChild(RenderBox* child) argument
159 contentHeightForChild(RenderBox* child) argument
368 layoutChildIfNeededApplyingDelta(RenderBox* child, const LayoutSize& layoutDelta) argument
1056 placeChild(RenderBox* child, const LayoutPoint& location, LayoutSize* childLayoutDelta) argument
1064 allowedChildFlex(RenderBox* child, bool expanding, unsigned int group) argument
[all...]
H A DRenderFlexibleBox.cpp58 Violation(RenderBox& child, LayoutUnit childSize) argument
59 : child(child)
64 RenderBox& child; member in struct:WebCore::RenderFlexibleBox::Violation
99 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
100 if (child->isOutOfFlowPositioned())
103 LayoutUnit margin = marginIntrinsicLogicalWidthForChild(*child);
461 computeMainAxisExtentForChild(RenderBox& child, SizeType sizeType, const Length& size) argument
646 setFlowAwareLocationForChild(RenderBox& child, const LayoutPoint& location) argument
664 preferredMainAxisContentExtentForChild(RenderBox& child, bool hasInfiniteLineLength) argument
728 RenderBox* child = children[i]; local
751 updateAutoMarginsInMainAxis(RenderBox& child, LayoutUnit autoMarginOffset) argument
775 availableAlignmentSpaceForChild(LayoutUnit lineCrossAxisExtent, RenderBox& child) argument
782 updateAutoMarginsInCrossAxis(RenderBox& child, LayoutUnit availableAlignmentSpace) argument
819 marginBoxAscentForChild(RenderBox& child) argument
857 adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize) argument
915 RenderBox& child = violations[i].child; local
934 RenderBox& child = *children[i]; local
1000 setLogicalOverrideSize(RenderBox& child, LayoutUnit childPreferredSize) argument
1008 prepareChildForPositionedLayout(RenderBox& child, LayoutUnit mainAxisOffset, LayoutUnit crossAxisOffset, PositionedLayoutMode layoutMode) argument
1047 RenderBox* child = children[i]; local
1054 needToStretchChild(RenderBox& child) argument
1063 resetAutoMarginsAndLogicalTopInCrossAxis(RenderBox& child) argument
1086 RenderBox& child = *children[i]; local
1164 RenderBox& child = *children[i]; local
1216 RenderBox* child = m_orderIterator.first(); local
1230 adjustAlignmentForChild(RenderBox& child, LayoutUnit delta) argument
1250 RenderBox* child = m_orderIterator.first(); local
1318 applyStretchAlignmentToChild(RenderBox& child, LayoutUnit lineCrossAxisExtent) argument
1367 RenderBox* child = m_orderIterator.first(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableRowsCollection.cpp67 // is an immediate child of either the table, or a table section that is itself an immediate child of the table.
78 Element* child = nullptr; local
82 child = ElementTraversal::firstChild(table);
84 child = ElementTraversal::nextSibling(previous->parentNode());
85 for (; child; child = ElementTraversal::nextSibling(child)) {
86 if (child->hasTagName(theadTag)) {
87 if (auto row = childrenOfType<HTMLTableRowElement>(*child)
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLRow.cpp60 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
61 if (child->isRenderMathMLBlock()) {
62 if (auto renderOperator = toRenderMathMLBlock(child)->unembellishedOperator())
72 for (RenderObject* child = firstChild(); child; child = child
[all...]
H A DRenderMathMLUnderOver.cpp77 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
78 if (child->needsLayout())
79 toRenderElement(child)->layout();
82 if (child->isBox())
83 stretchWidth = std::max<LayoutUnit>(stretchWidth, toRenderBox(child)->logicalWidth());
87 for (auto& child : childrenOfType<RenderMathMLBlock>(*this)) {
88 if (auto renderOperator = child
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTPair.hpp29 RefAST child; // current child to which siblings are added member in class:antlr::ASTPair
31 /** Make sure that child is the last sibling */
33 if (child) {
34 while (child->getNextSibling()) {
35 child = child->getNextSibling();
43 // tmp.child = child;
48 ANTLR_USE_NAMESPACE(std)string c = !child
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dlogresolve.pl.in35 # it also avoids sending the same IP to multiple child processes to be
75 for (my $child = 1; $child <=$CHILDREN; $child++) {
78 $filename = "./.socket.$parent.$child";
80 &child($child);
93 for (my $child = 1; $child <=$CHILDREN; $child
[all...]
/macosx-10.10/dtrace-147/test/tst/common/proc/
H A Dtst.exitkilled.ksh39 /curpsinfo->pr_ppid == $child &&
68 child=$!
73 pstop $child
74 pkill -P $child
75 kill $child
76 prun $child
H A Dtst.exitcore.ksh45 /curpsinfo->pr_ppid == $child &&
52 /curpsinfo->pr_ppid == $child &&
79 child=$!
84 pstop $child
85 pkill -P $child
86 kill $child
87 prun $child
H A Dtst.create.ksh40 /args[0]->pr_ppid == $child && ppid == $child/ /* parent proc keeps its thread_t on xnu */
48 /args[0]->pr_ppid == $child && pid == $child/
70 child=$!
75 kill $child
H A Dtst.discard.ksh40 /args[1]->pr_pid == $child &&
49 /args[1]->pr_pid == $child &&
63 /bin/kill -HUP $child
65 /usr/bin/kill -HUP $child
78 child=$!
85 kill $child
H A Dtst.exitexit.ksh39 /curpsinfo->pr_ppid == $child && args[0] == 1 /* CLD_EXITED */ /
60 child=$!
65 kill $child
/macosx-10.10/WebCore-7600.1.25/editing/
H A DRemoveNodePreservingChildrenCommand.cpp45 for (Node* child = m_node->firstChild(); child; child = child->nextSibling())
46 children.append(child);
50 RefPtr<Node> child = children[i].release(); local
51 removeNode(child, m_shouldAssumeContentIsAlwaysEditable);
52 insertNodeBefore(child.release(), m_node, m_shouldAssumeContentIsAlwaysEditable);
H A DWrapContentsInDummySpanCommand.cpp44 for (Node* child = m_element->firstChild(); child; child = child->nextSibling())
45 children.append(child);
69 for (Node* child = m_dummySpan->firstChild(); child; child = child->nextSibling())
70 children.append(child);
[all...]
H A DMergeIdenticalElementsCommand.cpp51 for (Node* child = m_element1->firstChild(); child; child = child->nextSibling())
52 children.append(child);
79 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Ddomaincmp.h41 extern int isparentdomain (const char *child, const char *parent, int level);
42 extern int issubdomain (const char *child, const char *parent);
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLSelectElement.cpp82 bool MathMLSelectElement::childShouldCreateRenderer(const Node& child) const
84 return MathMLElement::childShouldCreateRenderer(child) && m_selectedChild == &child;
132 Element* child = firstElementChild(); local
133 if (!child)
134 return child;
145 // For the "toggle" action type or any unknown action type, we rely on the value of the selection attribute to determine the visible child.
146 getSelectedActionChildAndIndex(child);
149 return child;
156 Element* child local
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DChildListMutationScope.cpp77 inline bool ChildListMutationAccumulator::isAddedNodeInOrder(Node& child) argument
79 return isEmpty() || (m_lastAdded == child.previousSibling() && m_nextSibling == child.nextSibling());
86 Ref<Node> child(childRef);
88 if (!isAddedNodeInOrder(child.get()))
92 m_previousSibling = child->previousSibling();
93 m_nextSibling = child->nextSibling();
96 m_lastAdded = &child.get();
97 m_addedNodes.append(child.get());
100 inline bool ChildListMutationAccumulator::isRemovedNodeInOrder(Node& child) argument
[all...]
H A DPseudoElement.cpp88 auto child = content->createContentRenderer(document(), style); local
89 if (renderer->isChildAllowed(*child, style)) {
90 auto* childPtr = child.get();
91 renderer->addChild(child.leakPtr());
111 for (RenderObject* child = renderer->nextInPreOrder(renderer); child; child = child->nextInPreOrder(renderer)) {
113 if (!child->isRenderImage() && !child
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_cfgtree.c21 ap_directive_t *toadd, int child)
29 if (child) {
38 if (child) {
39 /* switch parents, navigate into child */
20 ap_add_node(ap_directive_t **parent, ap_directive_t *current, ap_directive_t *toadd, int child) argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineFlowBox.cpp40 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
41 if (child->isSVGInlineTextBox())
42 toSVGInlineTextBox(child)->paintSelectionBackground(childPaintInfo);
43 else if (child->isSVGInlineFlowBox())
44 toSVGInlineFlowBox(child)->paintSelectionBackground(childPaintInfo);
55 for (InlineBox* child = firstChild(); child; chil
[all...]
H A DSVGRootInlineBox.cpp58 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
59 if (child->isSVGInlineTextBox())
60 toSVGInlineTextBox(child)->paintSelectionBackground(childPaintInfo);
61 else if (child->isSVGInlineFlowBox())
62 toSVGInlineFlowBox(child)->paintSelectionBackground(childPaintInfo);
68 for (InlineBox* child = firstChild(); child; chil
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameTree.cpp40 for (Frame* child = firstChild(); child; child = child->tree().nextSibling())
41 child->setView(0);
66 bool FrameTree::transferChild(PassRefPtr<Frame> child) argument
68 Frame* oldParent = child->tree().parent();
70 return false; // |child| is already a child of m_thisFrame.
73 oldParent->tree().removeChild(child
85 appendChild(PassRefPtr<Frame> child) argument
92 actuallyAppendChild(PassRefPtr<Frame> child) argument
109 removeChild(Frame* child) argument
251 Frame* FrameTree::child(unsigned index) const function in class:WebCore::FrameTree
259 Frame* FrameTree::child(const AtomicString& name) const function in class:WebCore::FrameTree
328 Frame* child = firstChild(); local
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp40 for (const auto& child : m_item->children())
41 children.uncheckedAppend(InjectedBundleBackForwardListItem::create(child));

Completed in 337 milliseconds

1234567891011>>