Home | History | Annotate | Download | only in WebCore

Lines Matching full:ancestor

3586         depends on connectedness to some ancestor. We still allow for m_form to be set via constructor,
4430 composited layers. If we called convertToLayerCoords() on a fixed layer with an ancestor
4432 However, this is not always the case, since the fixed layer may have a compositing ancestor
4442 for an ancestor layer that is not the root, compute the correct offsets by looking for
9951 a reflection ancestor to composite now.
11853 elements with a transformed ancestor are positioned relative to that ancestor,
11867 the root, but some other (probably transformed) ancestor. In that case, we can fall into
30552 (WebCore::RenderLayer::clippingRoot): Added. Finds the nearest ancestor
45707 New method to report whether the receiver has the given layer as an ancestor. Used for checking
52859 New method that computes an offset from some object in the ancestor container() chain.
53879 Extracted a method from dispatchEvent to get the event ancestor chain
55833 redirection and there is an ancestor that has not yet completed
56716 Test: compositing/overflow/fixed-position-ancestor-clip.html
60077 ancestor interfaces.
60084 the ancestor interfaces that were visited.
64617 Fix positioning error when a compositing, absolutely-positioned element has an ancestor with opacity.
64621 ancestor, since the layer x and y are relative to that ancestor. However, this could
68349 percentage-height children of auto-height blocks to look for an ancestor
68351 that if that ancestor is a table cell, it is ignored and the percent
69733 Tests: compositing/masks/masked-ancestor.html
74352 ancestor if the selection is in a shadow tree. Matches Firefox.
74354 ancestor if the selection is in a shadow tree. Matches Firefox.
74369 and ends before the shadow ancestor. Matches Firefox.
75118 regardless of whether the style is also present in their ancestor nodes or not.
80009 It also makes all presentational elements (u, s, strike, i, em, b, strong) special ancestor in createMarkup
82730 i.e. the style is applies to all ancestor nodes and their siblings of targetNode.
83655 4. When multiple paragraphs are indented, we indent the highest common ancestor within the selection.
83756 and all its direct ancestor transform layers. Second, I turn off all
89878 - Locking back/forward history if *any* ancestor frame is still loading instead of just the main frame.
89885 (WebCore::mustLockBackForwardList): Returns true if any ancestor frame is still loading.
92013 Second, when scrolling, we have to back up to the compositing ancestor and have
92029 Do compositing layer updates from the compositing ancestor in one fell swoop.
92649 are child layers, so we have to go up to the compositing ancestor,
95617 Upstream V8 bindings code generator. With this change, also added interface ancestor
95731 to be affected by some later sibling, which affected the compositing ancestor's
95736 from the ancestor down.