Home | History | Annotate | Download | only in WebCore

Lines Matching full:child

2391         about removed child nodes that can be deleted immediately.
7417 MSAA: The child <option> elements of a non-multiple <select> are not
7425 This exposes the child <option> elements in a format similar to
7426 Firefox's: the <select> element has one child, a hidden list object,
7453 Tell our child hidden list that its children changed.
7520 them from the AXObjectCache and from our child list.
7707 Test: fast/dom/Attr/child-nodes-cache.html
8034 there is no 'src' attribute and no <source> child elements at all.
8652 For example referencing a <rect> element from a <use> element and scripting the <rect> element (setAttribute, or child tree mutations etc.).
8678 * rendering/SVGShadowTreeElements.cpp: Added. This is the root element of the SVG shadow tree residing as (hidden) child of SVGUseElement (DOM wise).
11380 * rendering/SVGRenderSupport.cpp: Add central place handling child layout, skips relayouting non-relative sized children as benefit.
12693 * dom/ContainerNode.cpp: Calls InspectorController directly when child nodes are added/removed.
14815 Cleans up line box clearing when a RenderBlock loses its last child.
17358 fit the child on the line.
21133 class ResourceResponseBase - (its child class) platform/network/ResourceResponseBase.cpp:90
21134 class ResourceRequestBase - (its child class) loader/DocumentThreadableLoader.cpp:88
21152 FillLayerPropertyWrapperGetter - (its child class) page/animation/AnimationBase.cpp:464
25150 class SharedTimer - (its child class) workers/WorkerRunLoop.cpp:91
27420 child layers and then re-adding them one by one, build a vector of child
27425 (WebCore::GraphicsLayer::setChildren): New method that takes a Vector of child
27445 collect child layers into Vectors of GraphicsLayers, which can be set as
27570 class ScrollbarTheme - (its child class) rendering/RenderScrollbarTheme.cpp:35
27571 class RenderSelectionInfoBase - (its child class) rendering/RenderView.cpp:310
27739 no leaf children. Use the renderer of a normal child instead.
28292 class TableLayout - (its child class) rendering/RenderTable.cpp:82
30230 Make sure we're a child of the painting root before drawing overflow features.
30512 class ImageDecoder - its child class is instantiated at: WebCore/platform/graphics/qt/ImageDecoderQt.cpp:46
30513 class MediaPlayerPrivateInterface - its child class is instantiated at: WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:119
30667 4.) this triggers the special handling of child removal in RenderRubyRun that
31298 DataGrid is editable and the user hits return, startEditing the first child
32069 if there is anchor as the last child box, still allow adding the ellipsis.
32574 Also invalidated counters that are on the child container itself
33827 Inherits PropertyWrapperBase class from Noncopyable because (its child class)
34577 Inherits ThreadableLoaderClient class from Noncopyable because (its child class)
34774 When an object tag's style changes (for example when child nodes are added/removed),
35066 Inherits ThreadableLoaderClient class from Noncopyable because (its child class)
35102 Inherits Tokenizer class from Noncopyable because (its child class)
36357 Inherits CachedResource class from Noncopyable because its (its child
36919 Any app or AT can attempt to ref a child at a bogus index.
41420 Fixes the loop in swapInNodePreservingAttributesAndChildren by saving nextSibling() of child
41421 to a temporary valuable. It was originally calling nextSibling() after appending the child
41953 and the child variable instead of target in the loop. Other clean up.
43606 Web Inspector: populate child nodes before sorting them.
43644 We now set the parent when we ref the child, then ask the Atk child if
43954 child/children, the instance tree built for this <use> element
43957 Test: svg/dom/use-on-use-with-child.svg
44480 1. The PluginContainer is a child of QWebView. When the view gets deleted,
46727 only consulted hasVisibleContent(), which does not take into a account child layers which
47056 absolute and fixed position, mark the parent as having a child needing
48986 child class) CSSFontFaceSource has been instantiated by 'new' in WebCore/css/CSSFontFaceSource.h:46.
52182 This fixes an issue where a child element of an element running a color
52199 Allow dragging a node who has child nodes.
54448 transition on an element with a position:absolute parent, and a position:absolute child.
62094 definition-src child.
63198 (WebCore::CachedFrame::destroy): For child frames that are being destroyed while in
63357 Cannot pres Enter to escape from bulleted list when <ul> is a child of <li>.
66286 (WebCore::RenderMedia::updateVolumeSliderContainer): Sets the visibility and position of volume slider container and its child.
67843 Pull the code in layoutBlockChildren for handling a normal flow block child into a helper method,
69346 (when child objects can be churning and moving around). A number of layout tests progressed
69654 Tests: fast/forms/datalist-nonoption-child.html
69689 Make a flexible button's anonymous child flexible and pass the
69690 parent's box-orient to the anonymous child.
71663 width of the child, instead of ignoring non-fixed widths.
72067 child elements would inherit parts of their parents fallback lists.
72079 Deploy useFixedDefaultSize(). Also fix the bug where child
73881 Use the new markChildren() pattern for marking aggregate/child objects.
83138 No automatic test is provided since we cannot send events to the child window used by
83656 e.g. when a list is a child node of a div, and the entire div is intended,
89857 (WebCore::RenderBlock::layoutBlockChildren): If the child has never been
91198 conversion methods for going across parent/child widget boundaries that can be implemented
92649 are child layers, so we have to go up to the compositing ancestor,
92650 and tell it to update all its child layer positions as we do
95418 rather than bouncing back and forth between the child and parent
96227 Fix to enable XSSAuditor on child windows.