Searched defs:inlineElementContinuation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp111 RenderInline* RenderInline::inlineElementContinuation() const function in class:WebCore::RenderInline
116 return toRenderBlock(continuation)->inlineElementContinuation();
140 for (RenderInline* currCont = inlineElementContinuation(); currCont; currCont = currCont->inlineElementContinuation()) {
208 return toRenderBlock(renderer)->inlineElementContinuation();
738 c = toRenderBlock(c)->inlineElementContinuation();
H A DRenderBlock.cpp2540 RenderInline* inlineCont = inlineElementContinuation();
2638 RenderInline* RenderBlock::inlineElementContinuation() const function in class:WebCore::RenderBlock
5733 tx - x() + inlineElementContinuation()->containingBlock()->x(),
5734 ty - y() + inlineElementContinuation()->containingBlock()->y());
5899 if (inlineElementContinuation()) {
5901 bool nextInlineHasLineBox = inlineElementContinuation()->firstLineBox();
5905 bool prevInlineHasLineBox = toRenderInline(inlineElementContinuation()->node()->renderer())->firstLineBox();
5937 if (inlineElementContinuation())
5938 inlineElementContinuation()->addFocusRingRects(rects,
5939 tx - x() + inlineElementContinuation()
[all...]

Completed in 340 milliseconds