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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.h 81 RenderInline* inlineElementContinuation() const;
RenderInline.cpp 117 RenderInline* RenderInline::inlineElementContinuation() const
122 return toRenderBlock(continuation)->inlineElementContinuation();
153 RenderInline* cont = toRenderBlock(block)->inlineElementContinuation();
187 RenderInline* continuation = inlineElementContinuation();
188 for (RenderInline* currCont = continuation; currCont; currCont = currCont->inlineElementContinuation()) {
284 return toRenderBlock(renderer)->inlineElementContinuation();
    [all...]
RenderBlock.cpp     [all...]
RenderBlock.h 192 RenderInline* inlineElementContinuation() const;
RenderBoxModelObject.cpp 154 RenderObject* p = toRenderBlock(child)->inlineElementContinuation();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 124 if (r->isRenderBlock() && toRenderBlock(r)->inlineElementContinuation())
125 return toRenderInline(toRenderBlock(r)->inlineElementContinuation()->node()->renderer());
141 cur = toRenderInline(cur)->inlineElementContinuation();
144 cur = toRenderBlock(cur)->inlineElementContinuation();
163 return toRenderBlock(renderer)->inlineElementContinuation();
    [all...]

Completed in 97 milliseconds