/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBR.h | 49 virtual bool isBR() const { return true; } in isBR() function 63 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderBR, isBR());
|
D | RenderLineBoxList.cpp | 357 …if (adjacentBox && (adjacentBox->lineBreakObj() == child || child->isBR() || (curr && curr->isBR()) in dirtyLinesFromChangedChild()
|
D | RenderMenuList.cpp | 231 if (!m_buttonText || !m_buttonText->isBR()) { in setText() 239 if (m_buttonText && !m_buttonText->isBR()) in setText()
|
D | RenderObject.h | 320 virtual bool isBR() const { return false; } in isBR() function 1242 if (isText() && !isBR()) in isBeforeContent() 1252 if (isText() && !isBR()) in isAfterContent()
|
D | InlineFlowBox.cpp | 127 if (child->renderer()->isBR() || child->renderer()->parent() != renderer()) { in addToLine() 136 if (child->renderer()->isBR()) { in addToLine() 166 …} else if (!child->renderer()->isBR() && (child->renderer()->style(isFirstLineStyle())->boxShadow(… in addToLine() 653 } else if (!curr->renderer()->isBR()) { in placeBoxesInBlockDirection() 935 if (rt->isBR()) in computeOverflow()
|
D | RenderTreeAsText.cpp | 218 if (!(o.isText() && !o.isBR())) { in writeRenderObject() 470 if (o.isText() && !o.isBR()) { in write()
|
D | RenderBlockLineLayout.cpp | 144 if (obj->isBR()) in createInlineBoxForRenderer() 255 if (!r->isText() || r->isBR()) in reachedEndOfTextRenderer() 1197 if (!lastObject->isBR()) in layoutRunsAndFloats() 1199 if (lastObject->isBR()) { in layoutRunsAndFloats() 2207 if (context.currentObject()->isBR()) { in nextSegmentBreak()
|
D | RenderText.cpp | 212 if (isBR()) { in removeAndDestroyTextBoxes() 904 if (isBR()) in computePreferredLogicalWidths() 1352 ASSERT(!isBR() || (textLength() == 1 && m_text[0] == '\n')); in setTextInternal()
|
D | RenderCounter.cpp | 109 if (object.isText() && !object.isBR()) in planCounter()
|
D | InlineIterator.h | 91 return (m_obj && m_obj->isBR()) || atTextParagraphSeparator(); in atParagraphSeparator()
|
D | TextAutosizer.cpp | 490 if (renderer->isBR()) in containerIsRowOfLinks()
|
D | InlineTextBox.cpp | 118 if (m_renderer->isBR()) in lineHeight() 372 …return renderer()->isBR() || (renderer()->style()->preserveNewline() && len() == 1 && (*textRender… in isLineBreak()
|
D | RenderBlock.cpp | 4116 if (!child->isBR()) { in computeInlinePreferredLogicalWidths() 4915 if (!currChild->isText() || currChild->isBR()) in updateFirstLetter()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | PositionIterator.cpp | 153 if (renderer->isBR()) in isCandidate()
|
D | Text.cpp | 264 if (prev && prev->isBR()) // <span><br/> <br/></span> in textRendererIsNeeded()
|
D | ContainerNode.cpp | 701 …if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox(… in getUpperLeftCorner() 703 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) { in getUpperLeftCorner()
|
D | Position.cpp | 885 if (renderer->isBR()) in isCandidate() 1108 if (next->isBR()) in searchAheadForBetterMatch()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 351 …houldCollapseWhiteSpace(it.object()->style(), lineInfo, whitespacePosition) || it.object()->isBR()) 548 if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) { in shouldSkipWhitespaceAfterStartObject() 1018 … m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap ||… in commitAndUpdateLineBreakIfNeeded() 1104 …m_resolver.position() && (!m_lineBreak.object() || !m_lineBreak.object()->isBR()) && segmentAllows… in handleEndOfLine()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | VisiblePosition.cpp | 142 … if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset()) in leftVisuallyDistinctCandidate() 307 … if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset()) in rightVisuallyDistinctCandidate()
|
D | InsertParagraphSeparatorCommand.cpp | 319 if (visiblePos.deepEquivalent().anchorNode()->renderer()->isBR()) { in doApply()
|
D | VisibleUnits.cpp | 518 …t>(next) <= node->maxCharacterOffset()) || (node->renderer() && node->renderer()->isBR() && !next)) in previousBoundary() 1134 if (r->isBR() || isBlock(n)) in startOfParagraph() 1213 if (r->isBR() || isBlock(n)) in endOfParagraph()
|
D | htmlediting.cpp | 796 if (renderer->isBR()) { in isEmptyTableCell() 808 if (!childRenderer->isBR()) in isEmptyTableCell()
|
D | TextIterator.cpp | 810 if (renderer ? !renderer->isBR() : !node->hasTagName(brTag)) in shouldEmitNewlineForNode()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXRenderObject.cpp | 638 if (m_renderer->isBR() || !renderText->firstTextBox()) in computeAccessibilityIsIgnored()
|