HomeSort by relevance Sort by last modified time
    Searched defs:continuation (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderInline.h 62 RenderBoxModelObject* continuation() const { return m_continuation; } function in class:WebCore::RenderInline
153 RenderBoxModelObject* m_continuation; // Can be either a block or an inline. <b><i><p>Hello</p></i></b>. In this example the <i> will have a block as its continuation but the
154 // <b> will just have an inline as its continuation.
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 569 // Search up the render tree for a RenderObject with a DOM node. Defer to an earlier continuation, though.
572 RenderInline* continuation = toRenderBlock(currRenderer)->inlineContinuation(); local
573 if (continuation)
574 return cache->getOrCreate(continuation)->anchorElement();
643 // FIXME: Do the continuation search like anchorElement does
    [all...]

Completed in 427 milliseconds