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

  /external/e2fsprogs/lib/et/
et_c.awk 136 (continuation == 1) && ($0 ~ /\\[ \t]*$/) {
142 (continuation == 1) && ($0 ~ /"[ \t]*$/) {
145 continuation = 0;
178 continuation++;
186 continuation++;
  /external/webkit/WebCore/rendering/
RenderInline.cpp 60 // Destroy our continuation before anything other than anonymous children.
62 // have continuations of their own that are anonymous children of our continuation.
124 RenderBoxModelObject* nextCont = currCont->continuation();
141 if (continuation())
149 return toRenderInline(renderer)->continuation();
187 // |newChild|. We then make that block box a continuation of this inline. We take all of
195 RenderBoxModelObject* oldContinuation = continuation();
199 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that our :after
242 // Hook |clone| up as the continuation of the middle block.
267 // Hook the clone up as a continuation of |curr|
    [all...]
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.
InlineFlowBox.cpp 213 // we know the inline began on this line (unless we are a continuation).
223 // (1) If we are the last line and we don't have a continuation(), then we can
233 ((lastLine && !inlineFlow->continuation()) || nextOnLineExists() || onEndChain(endObject)))
237 ((lastLine && !inlineFlow->continuation()) || prevOnLineExists() || onEndChain(endObject)))
641 if ((inlineFlow->continuation() || inlineFlow->isInlineContinuation()) && !boxModelObject()->hasSelfPaintingLayer()) {
642 // Add ourselves to the containing block of the entire continuation so that it can
    [all...]
RenderObjectChildList.cpp 320 // For <q><p/></q>, if this object is the inline continuation of the <q>, we only want to generate
325 // Similarly, if we're the beginning of a <q>, and there's an inline continuation for our object,
327 if (newContentWanted && type == AFTER && owner->isRenderInline() && toRenderInline(owner)->continuation())
  /external/v8/benchmarks/
base.js 106 var continuation = null;
112 while (continuation || index < length) {
113 if (continuation) {
114 continuation = continuation();
118 continuation = suite.RunStep(runner);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
214 // individual benchmark in the suite and returns a 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...]
  /dalvik/docs/
prettify.js     [all...]

Completed in 87 milliseconds