Home | History | Annotate | Download | only in WebCore

Lines Matching full:children

8523         Bug 25872: aria-labeledby appends all siblings instead of all children to aria name
8794 children contain, and when it is detached, that number is
9782 <blockquote> then its children are now children of the top <blockquote>.
11952 However, the test for being empty is that they have no children, thus
12651 Bug 25574: AXImageMap children links don't respond properly to accessibilityHitTest:
12882 elements as children of <html>. This isn't directly related to this bug, but it was easier
13182 (WebCore::HTMLElement::children): Updated for new collection type names.
14831 (WebCore::TypingCommand::makeEditableRootEmpty): Added. Removes all children
14835 visible position in the root editable element, but it has children other
14836 than a placeholder, remove those children.
16574 When marking children as changed in accessibility, we cannot rely on the accessibility parent chain existing.
18968 when asked for its children; it skipped m_controlsShadowRoot's renderer, which
18983 (WebCore::RenderMedia::children):
18985 removeChild() method. Make the two children() methods inline.
19931 allowed to have any children. This patch has the HTML parser mark
20442 generated, do move :before and :after children from the block into the
25011 0 in some cases, but return the top item if it had no children.
25012 (WebCore::HistoryItem::children): Renamed m_subItems to m_children.
25263 (WebCore::PositionIterator::decrement): Make sure that when the parent has no children, we
25268 the passed-in node has no children. Like the change above, this is consistent with the rest
25270 with no children differently than a <p> element with children.
26214 This fix has only been made for block-level children. The inline-level case is still broken
26702 A layer which imposes clipping to its children doesn't have to be a stacking
28468 children that flex to include other descendants with percent height
29757 as for bottom/right margins on children.
35462 The only difference is that the clip has to be pushed and popped when painting the object's children.
35468 Hit testing has also been patched to check the overflow clip rect first before recurring into children.
36011 after all other components of the background have been painted. This allows negative z-index children to still paint on top of the
40163 with no text children). For SVG boxes there is also a non-virtual setHeight function for updating the
43082 (WebCore::RenderBlock::children):
43091 (WebCore::RenderFrameSet::children):
43111 (WebCore::RenderInline::children):
43128 (WebCore::RenderSVGRoot::children):
43139 (WebCore::RenderTableCol::children):
43147 (WebCore::RenderTableRow::children):
43158 (WebCore::RenderTableSection::children):
45088 children.
45538 (WebCore::RenderContainer::children):
45545 (WebCore::RenderMedia::children):
45569 (WebCore::RenderSVGContainer::children):
45575 Remove the hacks in table code around the DeleteButtonController and fix tables so that positioned children don't get wrapped in anonymous objects.
46460 the new object that will handle children: RenderObjectChildList and move RenderContainer's member variables into it. Subsequent patches will begin
48462 Instead we create a new RenderInline, move the RenderBlock's children underneath it, and then set the
51420 (WebCore::AccessibilityRenderObject::children):
53812 of children in that container, so I changed it to match that. RenderBR and RenderObject::caretMaxOffset() should
60171 make the list of children in case removing them has side effects.
63697 Bug 22555: Sort "children" sections in Xcode project files.
63738 Bug 22555: Sort "children" sections in Xcode project files
83100 <rdar://problem/6255456> AX: <file> input button shouldn't have children exposed
83101 Make sure that certain types of elements do not return children and, moreover, do not waste their
83102 energy trying to return children
85716 Make the m_children member of ScrollView cross-platform. Consolidate children add/remove
85727 (WebCore::ScrollView::children):
88440 Widget should know nothing about children. Make the methods cross-platform
95677 (WebCore::AccessibilityTableColumn::children):
95692 (WebCore::AccessibilityTableHeaderContainer::children):