Lines Matching full:children
705 (RenderFlow::addFocusRingRects): For overflow, we don't need to compute the rects for the children.
2840 rendered children may be considered a candidate for a visible
2841 position, as long as its children do not have a positive height.
3043 (HTMLElementImpl::children):
4175 Fixes clip-rule, by fixing style resolution on <clipPath> children
7038 children. This allows detached nodees to still have a valid
7364 * khtml/html/html_formimpl.h: (DOM::HTMLOptionElementImpl::checkDTD): Allow <script> tags to be children of option elements
8880 "OBJECT should be accessible by id/name as document property only if its only children are PARAMs"
9304 and pop a clip when painting children.
9955 RenderFlows needed to destroy all of their children within RenderFlow. This
9957 some children to be completely destroyed, the parent flow still needs to be
9963 (RenderContainer::destroy): Took the destruction of children out of destroy(),
9966 (RenderContainer::destroyChildren): New function for destruction of children.
17385 and cells were children of the first table section, a tfoot. They are now children
17437 to the new document, but the document pointers of its children were not.
17439 * khtml/xml/dom_nodeimpl.cpp: Simple loop that recurses through children
18547 children to FrameSet objects in the render tree.
19835 is not good enough (but can be improved in a later patch). Some nodes will be children of disabled ancestors (e.g.,
19836 options or children of a <button), and this is not yet taken into account.
23621 * layout-tests/fast/dom/children-nodes-expected.checksum: Added.
23622 * layout-tests/fast/dom/children-nodes-expected.png: Added.
24518 (KCanvasContainerQuartz::draw): avoid drawing when 0 children
27440 * khtml/html/htmlparser.cpp: (HTMLParser::getNode): Remove code to omit children of <nolayer>.