Home | History | Annotate | Download | only in rendering

Lines Matching defs:continuation

56 // The HashMap for storing continuation pointers.
59 // split into a sequence of inlines and blocks. The continuation will either be
62 // its continuation but the <b> will just have an inline as its continuation.
273 // A continuation of this RenderObject should be destroyed at subclasses.
274 ASSERT(!continuation());
2211 RenderBoxModelObject* RenderBoxModelObject::continuation() const
2218 void RenderBoxModelObject::setContinuation(RenderBoxModelObject* continuation)
2220 if (continuation) {
2223 continuationMap->set(this, continuation);