Home | History | Annotate | Download | only in rendering

Lines Matching refs:AFTER

72     // properly dirty line boxes that they are removed from.  Effects that do :before/:after only on hover could crash otherwise.
138 // and after the block share the same style, but the block doesn't
158 // Update pseudos for :before and :after now.
161 children()->updateBeforeAfterContent(this, AFTER);
238 // Make sure we don't append things after :after-generated content if we have it.
246 // the children after |beforeChild| and put them in a clone of this object.
255 // Someone may have put a <p> inside a <q>, causing a split. When this happens, the :after content
256 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that our :after
260 children()->updateBeforeAfterContent(this, AFTER);
330 // Someone may have indirectly caused a <q> to split. When this happens, the :after content
331 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that the inline's :after
334 inlineCurr->children()->updateBeforeAfterContent(inlineCurr, AFTER);
337 // *after* currChild and append them all to the clone.
356 // Now take all the children after currChild and remove them from the fromBlock