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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyBase.cpp 97 toBlock = toRenderBlock(lastChild);
123 RenderBlock* anonBlockHere = toRenderBlock(firstChildHere);
124 RenderBlock* anonBlockThere = toRenderBlock(lastChildThere);
RenderSelectionInfo.h 95 RenderBlock* block() const { return toRenderBlock(m_object); }
RenderListItem.cpp 242 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
297 if (markerParent && markerParent->isAnonymousBlock() && !markerParent->firstChild() && !toRenderBlock(markerParent)->continuation())
397 toRenderBlock(o)->addContentsVisualOverflow(markerRect);
399 toRenderBlock(o)->addLayoutOverflow(markerRect);
RenderTextFragment.cpp 120 return toRenderBlock(block);
LayoutState.cpp 111 const RenderBlock* renderBlock = toRenderBlock(renderer);
130 establishLineGrid(toRenderBlock(renderer));
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderRuby.cpp 76 return isRubyBeforeBlock(child) ? toRenderBlock(child) : 0;
82 return isRubyAfterBlock(child) ? toRenderBlock(child) : 0;
TextAutosizer.cpp 151 RenderBlock* container = layoutRoot->isRenderBlock() ? toRenderBlock(layoutRoot) : layoutRoot->containingBlock();
242 RenderBlock* descendantBlock = toRenderBlock(descendant);
553 RenderBlock* descendantBlock = toRenderBlock(descendant);
600 return toRenderBlock(firstNode);
620 if (!isAutosizingContainer(child) || !isIndependentDescendant(toRenderBlock(child))) {
RenderBlock.cpp 322 toRenderBlock(cb)->removePositionedObjects(this, NewContainingBlock);
379 RenderBlock* currBlock = toRenderBlock(curr);
407 RenderBlock* curr = toRenderBlock(continuation());
419 curr = toRenderBlock(curr->continuation());
482 beforeChildParent = toRenderBlock(curr);
486 beforeChildParent = toRenderBlock(lastChild());
519 toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
548 RenderBlock* currBlock = toRenderBlock(curr);
570 cloneBlock = toRenderBlock(cloneRenderer);
617 RenderBlock* blockCurr = toRenderBlock(curr)
    [all...]
RenderView.h 225 || (renderer->isRenderBlock() && toRenderBlock(renderer)->shapeInsideInfo())
226 || (m_layoutState->shapeInsideInfo() && renderer->isRenderBlock() && !toRenderBlock(renderer)->allowsShapeInsideInfoSharing())
RenderInline.cpp 122 return toRenderBlock(continuation)->inlineElementContinuation();
149 if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position())
153 RenderInline* cont = toRenderBlock(block)->inlineElementContinuation();
271 return toRenderBlock(renderer)->inlineElementContinuation();
451 RenderBlock* post = toRenderBlock(pre->createAnonymousBoxWithSameTypeAs(block));
    [all...]
EllipsisBox.cpp 97 RenderBlock* block = toRenderBlock(m_renderer);
RenderTextControl.cpp 61 RenderBlock* innerTextRenderer = toRenderBlock(innerText->renderer());
RenderBox.cpp 179 RenderBlock* currBlock = toRenderBlock(curr);
188 parentBlock = toRenderBlock(parent);
    [all...]
RenderObject.cpp 744 toRenderBlock(this)->checkPositionedObjectsNeedLayout();
835 return toRenderBlock(o);
    [all...]
RenderBlock.h     [all...]
RenderBoxModelObject.cpp 197 RenderObject* p = toRenderBlock(child)->inlineElementContinuation();
    [all...]
RenderFlowThread.cpp 446 top = toRenderBlock(&boxModelObject)->offsetFromLogicalTopOfFirstPage();
    [all...]
RootInlineBox.cpp 607 return toRenderBlock(renderer());
    [all...]
RenderBlockLineLayout.cpp 476 return toRenderBlock(obj)->createAndAppendRootInlineBox();
536 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 164 if (toRenderBlock(renderer)->logicalHeight() || m_anchorNode->hasTagName(bodyTag)) {
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 119 if (r->isRenderBlock() && toRenderBlock(r)->inlineElementContinuation())
120 return toRenderInline(toRenderBlock(r)->inlineElementContinuation()->node()->renderer());
139 cur = toRenderBlock(cur)->inlineElementContinuation();
167 curContainer = toRenderBlock(curContainer)->inlineElementContinuation();
192 return toRenderBlock(renderer)->inlineElementContinuation();
759 return !toRenderBlock(m_renderer)->firstLineBox() && !mouseButtonListener();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 59 RenderBlock* renderBlock = toRenderBlock(renderer);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 587 RenderBlock* renderer = toRenderBlock(innerText->renderer());

Completed in 1850 milliseconds

1 2