HomeSort by relevance Sort by last modified time
    Searched defs:continuation (Results 1 - 3 of 3) 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.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /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 111 milliseconds