Home | History | Annotate | Download | only in WebCore

Lines Matching full:self

4162         - "/descendant-or-self::node()/child::" is optimized to iterate the tree once when possible;
4942 Test: fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html
8253 Fix a bug where a non visible plugin would show it self in a
10302 Make sure that renderers are marked for layout if a style change causes them to switch from having a self-painting layer
10303 to a non-self-painting layer (and vice versa).
11097 Test: fast/layers/self-painting-outline.html
11101 if it is a self-painting layer.
13671 (WebCore::WorkerContext::self):
14119 (WebCore::JSWorkerContext::self):
16325 The problem here is that we had a self-painting layer nested inside
16326 a non-self-painting layer. We ended up ignoring the self-painting
18138 self-retaining one, and sets a static boolean that tells it whether to
18701 we should repaint if we are self painting OR if our kids changed, not AND.
26213 If an object has a self-painting layer, don't count it as part of a block's visual overflow.
27475 This patch makes non-self-painting overflow layers and control clips work with border-radius. RenderLayers
30686 Hit testing involving normal flow, self-painting layers (e.g. reflections)
35315 Test: http/tests/security/aboutBlank/window-open-self-about-blank.html
35457 This patch reworks the painting of overflow. There is now the concept of a "self-painting layer." All
35458 layers are considered to be self-painting except for overflow layers that are normal flow (and that don't have
35461 If an overflow layer is not self-painting, then it ends up painted by its parent just like any other normal flow object.
38170 IterationCountInfinite to make the code more self-documenting.
39575 the enclosing layer excluding self.
43298 get the non-self compositing ancestor: ancestorCompositingLayer().
46745 Test: fast/loader/subframe-self-close.html
48584 -Winit-self
56285 (WebCore::JSWorkerContext::self):
57761 (WebCore::JSWorkerContext::self):
62132 (WebCore::JSWorkerContext::self):
67659 was destroyed, the worker object may still be alive now, so don't delete self in this case.
83193 (WebCore::JSEventTargetSVGElementInstancePrototype::self):
84254 Self and Total columns when there are no units. The only
86021 is supported and will match only the Self and Total columns.
87962 JSDOMWindow::createPrototype and JSDOMWindowPrototype::self
88162 structures instead of prototypes. Changed the prototype self function
91888 (WebCore::JSEventTargetPrototype::self):
95998 More portable/self-documenting replacement for SIZE_MAX.