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

  /external/webkit/WebCore/rendering/
RenderRubyBase.cpp 99 toBlock = toRenderBlock(lastChild);
119 RenderBlock* anonBlock = toRenderBlock(child);
146 RenderBlock* anonBlock = toRenderBlock(child);
177 RenderBlock* anonBlockHere = toRenderBlock(firstChildHere);
178 RenderBlock* anonBlockThere = toRenderBlock(lastChildThere);
RenderSelectionInfo.h 94 RenderBlock* block() const { return toRenderBlock(m_object); }
RenderListItem.cpp 179 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
302 toRenderBlock(o)->addLayoutOverflow(markerRect);
RenderFlexibleBox.cpp 676 toRenderBlock(child)->markPositionedObjectsForLayout();
677 toRenderBlock(child)->clearTruncation();
682 maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
696 RenderBlock* blockChild = toRenderBlock(child);
741 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer());
742 RenderBlock* srcBlock = toRenderBlock(lastLine->renderer());
    [all...]
RenderBlock.cpp 226 toRenderBlock(cb)->removePositionedObjects(this);
344 toRenderBlock(parent())->removeLeftoverAnonymousBlock(this);
542 (!oldChild->isRenderBlock() || !toRenderBlock(oldChild)->inlineContinuation()) &&
549 RenderBlock* nextBlock = toRenderBlock(next);
550 RenderBlock* prevBlock = toRenderBlock(prev);
565 RenderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, false));
775 RenderBlock* block = toRenderBlock(child);
    [all...]
RenderBlock.h 541 inline RenderBlock* toRenderBlock(RenderObject* object)
547 inline const RenderBlock* toRenderBlock(const RenderObject* object)
554 void toRenderBlock(const RenderBlock*);
RenderInline.cpp 99 return toRenderBlock(m_continuation)->inlineContinuation();
150 return toRenderBlock(renderer)->inlineContinuation();
516 RenderBox* contBlock = c->isInline() ? c->containingBlock() : toRenderBlock(c);
519 c = toRenderBlock(c)->inlineContinuation();
668 RenderBlock* cb = toRenderBlock(o);
723 if (container->isBlockFlow() && (cb = toRenderBlock(container))->hasColumns()) {
    [all...]
RenderBox.cpp 127 toRenderBlock(p)->removePositionedObject(this);
    [all...]
RootInlineBox.cpp 356 return toRenderBlock(renderer());
RenderTextControlSingleLine.cpp 414 toRenderBlock(resultsRenderer)->calcHeight();
423 toRenderBlock(cancelRenderer)->calcHeight();
RenderObject.cpp 650 return toRenderBlock(o);
    [all...]
RenderTextControl.cpp 90 RenderBlock* textBlockRenderer = toRenderBlock(m_innerText->renderer());
RenderTreeAsText.cpp 408 writeSVGText(ts, *toRenderBlock(&o), indent);
RenderTable.cpp 121 m_caption = toRenderBlock(child);
703 m_caption = toRenderBlock(child);
    [all...]
RenderBlockLineLayout.cpp 184 return toRenderBlock(obj)->createAndAppendRootInlineBox();
223 parentBox = obj->isRenderInline() ? toRenderInline(obj)->lastLineBox() : toRenderBlock(obj)->lastLineBox();
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/dom/
PositionIterator.cpp 160 if (toRenderBlock(renderer)->height() || m_anchorNode->hasTagName(bodyTag)) {
Position.cpp 751 if (toRenderBlock(renderer)->height() || m_anchorNode->hasTagName(bodyTag)) {
    [all...]
  /external/webkit/WebCore/svg/
SVGTextContentElement.cpp 329 RenderBlock* svgText = toRenderBlock(object);
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 572 RenderInline* continuation = toRenderBlock(currRenderer)->inlineContinuation();
    [all...]
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 614 RenderBlock* block = toRenderBlock(renderer);
    [all...]
Editor.cpp 581 return toRenderBlock(renderer)->containsNonZeroBidiLevel();
    [all...]

Completed in 575 milliseconds