Lines Matching full:children
1787 - Reliably remembers if a shorthand has children when the
1788 children haven't been populated yet.
1801 Store the expanded state and children state in wasExpanded and
2958 (WebCore::RenderView::layout): Ensured that all children with percentage
3133 onpopulate and changed to rebuild the children elements by adding new children,
3134 moving existing children and removed old children.
14370 (WebCore::HTMLElement::children):
14902 <rdar://problem/5979998> AXList controls should have AXSelectedChildren and its children's AXSelected attribute writable
14922 (WebCore::AccessibilityObject::children):
14925 (WebCore::AccessibilityRenderObject::children):
15477 Some ARIA roles are designated to have presentational children, which
15535 that node's children not the entire sub-tree of that node.
16771 function. Since the created nodes are read-only, there can be no children of
16807 of childTypeAllowed, since no children are allowed at all.
17117 * page/inspector/ProfileView.js: Only say we have children if
17118 all of our children nodes are visible.
17148 <rdar://problem/5933759> REGRESSION: Frames don't appear as AX children of the top level web area
17247 children for a menu button by the normal calculation works just as well.
17574 refresh on the children, now that they have access to the ProfileView's properties.
18772 all the children and change showTotalTimeAsPercent and showSelfTimeAsPercent
20314 - time in children) in the function.
20317 (WebCore::getChildren): Callback to return the children of this function
20318 where the children are the functions this function called.
20576 Test: fast/dom/attribute-empty-value-no-children.html
20729 item isn't expanded and children wont be populated when traverseNextTreeElement
22252 Test: fast/dynamic/positioned-movement-with-positioned-children.html
22256 a positioned object that has only moved and has only positioned children
23106 (WebCore::AccessibilityObject::children):
23205 (WebCore::AccessibilityRenderObject::children):
25390 Fix <rdar://problem/4911289> Add tabindex property to all children
26817 node count (or 1 if there are no children) for replaced elements, such
28149 from all databases. Remove all the children from databaseViews.
28914 Change when AccessibilityObject children are added.
28916 Children are now added when children() is called if the children vector
28925 (WebCore::AccessibilityObject::children): If m_haveChildren is false,
28930 children() could modify it.
31074 resource view and tree element. Removes all children of resourceViews. Passes
31878 for the resources children list and the status bar button.
33517 absolutePositionForContent(), to get the right position for children of
34324 (WebCore::AccessibilityObject::children):
35864 (WebCore::AccessibilityObject::children):
37179 * manual-tests/applet-finish-parsing-children.html: Added.
40093 inline children.
40676 Document::nodeChildrenChanged when the nmber of children was changed (and not
41237 When deciding whether children have to get a relayout, we need to check the zoomed width/height and not just
41409 children if we have a contentDocument.
41411 loop into a function so that we can add both children of our
41412 contentDocument and children of our node to the tree.
51421 selectors do not need to re-resolve during parsing, since children are appended on the end. Only the
51424 (2) Extend childrenChanged to specify whether the children were changed by the parser or not. This allows
51425 Element::childrenChanged to know when the parser is adding children so that it can ignore those adds when
51428 (3) Make sure all Elements now know whether or not their children are currently parsing. Backwards selectors
51429 like last-child will always return false when children are still being parsed. When an Element finishes
51430 parsing its children, finishParsingChildren() gets called and will make sure the children re-resolve properly.
53836 (WebCore::ScrollView::children):
56651 bidiReorderLine will get properly called. In addition, the "shrink boxes with no text children" quirk
60249 but also can contain children (the controls' container) that may need to look for the containing block.
62806 but has children of its own, dirty the stacking context's z-order lists
67634 calls that change children, so we can optimize for the case where it does nothing.
68420 (WebCore::ScrollView::attachToWindow): Added. Attaches all children if this
68422 (WebCore::ScrollView::detachFromWindow): Added. Detaches all children if this
68424 (WebCore::ScrollView::show): Added. Attaches all children if this view
68426 (WebCore::ScrollView::hide): Added. Detaches all children if this view
68896 (WebCore::ScrollView::children):
73268 and inline children rather than just block children. This matches
75508 before, rescan children with overhanging floats and add them.
75510 returns the lowest float bottom of any of the children.
75562 Test: fast/repaint/make-children-non-inline.html
75566 is needed because the inline children may be repositioned as they move
75568 their children used to be, so they cannot invalidate those areas.