Home | History | Annotate | Download | only in WebCore

Lines Matching full:child

249         is true, create a child text node with the contents
1848 If there's a single empty text child, remove it.
5424 Call removedFromTree in the case where the removal of a child happens on a tree that is not in the
10732 when child opened via target="_new"
10780 not available when child opened via target="_new"
15041 or by changing the child nodes of the title element.
15415 time a child is added (except for nodes created by parsing).
16578 (ContainerNodeImpl::insertBefore): Used SharedPtr<NodeImpl> rather than Node to protect the child node.
20465 <rdar://problem/3584942> AX: Safari Accessibility parent-child mismatch
21094 whether the node would use a character offset or child offset.
21479 a traverseNextSibling(), not a traverseNextNode(). The latter might iterate into a child that already got moved, and
22588 (KJS::HTMLElement::tryGet): when frameset.<name of frame child> is called, return the window object of the frame child
23137 looking for a child to pass off to. And save away the last visible block with a height to pass off
23138 to if there is no child at the right y-coordinate.
23217 ordering, the new block could want to become a child of itself come insertion time. I considered
23946 (NodeBaseImpl::addChild): don't call insertedIntoDocument on the added child if "this" itself is not in the document.
24216 rather than as a child of it.
25050 bug by going down to the last leaf child of the root line box; a one line change we will roll out when
25334 <rdar://problem/3584942> AX: Safari Accessibility parent-child mismatch
26158 looking for a placeholder. The old code, which just looked at the last child of a node, started missing
26549 Add nil check to return nil rather than crash when child node not found.
28910 Dirty the line above because new child can inval the cached line break position of previous line.
29926 the case where that block had a block as its first child. The correct behavior is to drill into
30971 (ChildNodeListImpl::nodeMatches): Return true only if the node is our child.
31171 than iterating over each child.
31535 Finish turning on XSLT. Make sure child stylesheets can load.
34688 number of child nodes. Added a special case for offset 0 in one case that has a loop
36688 than an element. Also change it so it returns the child as-is if the style change has nothing in it.
38607 (KHTMLPart::processObjectRequest): Mark child part imcomplete, so if we
38990 to the number of child
38991 gives as one beyond the end of a document element's last child.
39017 3) signals sent to parent after child was no longer in the parent's frames list, caused nil-deref
39030 (KHTMLPart::processObjectRequest): Call disconnectChild to disconnect the child <-> parent signals of the
39031 old child that the new one is replacing, and connectChild to connect the signals (nicer factoring).
39034 (KHTMLPart::connectChild): Added. Connects the appropriate signals for a child frame.
39038 child from the frames list.
39470 purposes of text iteration. The end offset is either child count of a node with children,
39706 - fixed <rdar://problem/3658471> REGRESSION: Node.appendChild( ) fails when parent already contains that child
39804 Fix for 3665211 (again). Make sure not to leave child line boxes pointing to deleted ancestor line boxes.
39989 the check to a first child if there is one, since the child can be an element
40766 the child checks from NodeImpl::checkAddChild. However, this time, I added
40768 being parsed to build up tables. This code relies on child-add failure
41806 to be added as other child nodes, applying rules we typically use for parsing. However,
42645 first child of the block. Inserting the styled content after this
43185 (khtml::ApplyStyleCommandImpl::cloneSelection): Assert fragment has at least one child. Don't want to work
44103 past the last child in a container incorrectly.
44106 past the last child in a container incorrectly, and also iterated one node too few in cases where the
44115 instead of starting at the beginning of the first child.
47050 the caret should be placed before the first child of the containing block,
47729 dir, menu, nobr, and pre that made them too restrictive regarding what child tags they could
49830 (-[WebCoreBridge HTMLString:]): call recursive_toHTMLWithOptions on the first child of the document so <#document /> isn't part of the source
53772 (NodeImpl::checkAddChild): If the new child node is owned by the
53934 <rdar://problem/3464315>: createDocument creates document with initial child element, unlike other browsers
54178 Fix for 3505846, overflow:auto region doesn't update when scrolled. The child layers inside an overflow:auto
54721 Fix for 3475767, hang at saabnet.com. Fix h1-h6 to be more tolerant regarding allowed child elements, to avoid
54885 Fixed parameter passing to applet. Child elements are NOT valid in setStyle(). So we now either create the widget before needed with createWidgetIfNecessary. This either happens when doing the first layout, or when JavaScript first references the applet element.
56159 Fix for 3485260, regression on Uniview site from incremental repainting. When appending/inserting child
57539 JS in the new child frame, not the parent frame, as in other
57973 * khtml/khtml_part.cpp: (KHTMLPart::text): Range check the child node indices before using them
57974 to get at a child node. We don't want to set startNode or endNode to nil in any case. If the end
58889 link to the parent node, not just when following a link to the next child node.