Home | History | Annotate | Download | only in WebCore

Lines Matching full:children

196         Make sure these elements are created, but that they won't have any children.
253 Remove all children and create a new text node with the contents
257 Make sure to clone any children.
5429 The new notifications. The container node can optionally crawl into children invoking their notifications.
5672 Make node lists more refined in their invalidation when children are added/removed
10698 <rdar://problem/4045213> insertRow fails on a <table> that has no <tbody> but does have other children in the DOM
15531 KHTML fix was to simply call nodeIndex(), but this is incorrect because a table row can have as children <script>s
15741 * layout-tests/fast/dom/children-nodes-expected.txt: Added.
15742 * layout-tests/fast/dom/children-nodes.html: Added.
15745 (DOM::HTMLCollectionImpl::traverseNextItem): For "children"
17738 (HTMLElementImpl::children):
19788 handling for cases where an exception happens while processing the children.
20358 this line of code would delete all the children of the downstream end:
22167 needs to add check for DOM children. A block may have straggling anonymous render children in
24215 children, we add the dummy span after the element of interest,
24502 children, and any disconnected nodes that used to be in the
24550 Changed ReplaceSelectionCommand to also pay attention to the top children of the incoming fragment, not just the very last node inserted, when deciding whether to insert a paragraph for the Apple interchange newline.
25298 and gather all the text rather than just looking at immediate children.
30851 * khtml/xml/dom_nodeimpl.h: Added boolean "children changed" parameter to
30856 (NodeImpl::dispatchSubtreeModifiedEvent): Only call "children changed" if
30860 (NamedAttrMapImpl::addAttribute): Pass false for "children changed".
30894 commands as the children held a ref to their parent. Now, the parent variable
30913 EditCommandPtr caused a reference cycle in composite commands as the children held a ref to their parent.
32266 Clean up the inline run function so that it doesn't return incorrect answers when making children non-inline.
32331 it no longer breaks early (thus causing some children not to get properly wrapped by anonymous blocks).
35861 removing children from line boxes we are about to delete.
36303 into its children at all.
37396 (DOM::HTMLLabelElementImpl::formElement): If there's no "for" attribute, search children for
38057 recursive_toHTML - this is recursive for children but iterative
38724 Fix the blank textarea problem by ensuring that any change to a <textarea>'s DOM children causes the form control
38805 element is the HTML element (generally). Instead, move to the index equal to the number of children
39308 as their children change. This also will help to make object tags respond properly to having their
39470 purposes of text iteration. The end offset is either child count of a node with children,
39937 no children, make sure to mark self as no longer needing
39938 layout. Otherwise, when children are added, we'll fail to
39991 in the bug above). So now, we iterate of the renderer's children looking for
39992 the closest one, but only consider those renderers which either have children
41753 (RenderObject::updateDragState): Paint us an all children with a new dragged state.
42398 source. The basic idea is the image contains the element and all its children.
44114 (NodeImpl::traverseNextSibling): Added. Like traverseNextNode except it starts after the node's children
45163 sane state when removing children while changing .innerHTML.
45619 (-[DOMHTMLElement children]): implemented
46114 element if it has no children.
46407 Make sure cells that get flexed vertically in tables don't check text children when looking for
46408 percentage height children.
47362 the reference node has children, or is an empty block.
49419 Fix for 3584646, AxWebArea should encompass all children (its AxSize should).
49471 (2) Add support for AXURL to links and children of links.
49602 Speed up access to the children arrays of accessibility objects by caching mutable arrays of children
49603 and nulling them out only when the children change.
49828 (NodeImpl::recursive_toHTMLWithOptions): don't escape SCRIPT and TEXTAREA text, write close tags for tags that need them instead of relying on the children check
51423 (HTMLElementImpl::isFocusable): Prevents children of content editable parents
52075 Fix for 3537694, make blocks for parents of inline children be axobjects.
53340 Fix for 3519003, crash in mail because <dir> and <menu> don't allow the same children as <ul> and <ol>.
55151 if it has zero width or height, if it has no children, or if it is
56161 having children needing layout). This ensures that the incremental repainting code will know to repaint the
57145 collapse margins with children; and 3476721, run-ins and compacts can flow into anonymous blocks, even
58538 be able to ask for the positions of children (via left/right/lowest) without including the parent in the
58543 its children should be placed on the right.